#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to