Recursive Mutex
[Application Candies]

Thread synchronization support. More...

Collaboration diagram for Recursive Mutex:

Thread synchronization support.

In addition to posting and waiting for events, Threads can use the provided recursive mutex funxtions to assert mutual access to shared data structures.

A recursive mutex is a mutex that can be locked several times by the thread that already owns the mutex.


© 2000-2010 by contributors - visit http://www.ethernut.de/