trfiladelfo / brtos

Automatically exported from code.google.com/p/brtos
0 stars 0 forks source link

Mutex priority inversion problem #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem occurr when a task uses a mutex to have exclusive access to a
resource. If a priority inversion is realized, the priority do not return
to original status after mutex release.

Original issue reported on code.google.com by gustavo....@gmail.com on 16 Jun 2009 at 2:54

GoogleCodeExporter commented 9 years ago
The correction was realized in the Release Candidate Version.

Original comment by gustavo....@gmail.com on 16 Jun 2009 at 2:55