[RTEMS Project] #2629: Remove internal mutex objects
RTEMS trac
trac at rtems.org
Mon Mar 7 07:28:48 UTC 2016
#2629: Remove internal mutex objects
-----------------------------+-----------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: enhancement | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.10
Severity: normal | Keywords:
-----------------------------+-----------------------------
Remove the internal mutex objects and instead use statically-initialized
self-contained mutexes like for <sys/lock.h> and C/C++ 11. This offers
* higher performance,
* lower space overhead, and
* enables use of condition variables in combination with internal mutexes.
--
Ticket URL: <http://devel.rtems.org/ticket/2629>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list