Recursive mutex.
More...
Detailed Description
Recursive mutex.
Recursive mutex type.
Definition at line 83 of file mutex.h.
Field Documentation
Queue to wait, if mutex is not free.
Definition at line 84 of file mutex.h.
NUTTHREADINFO* MUTEX::thread |
Thread who owns the mutex.
Definition at line 85 of file mutex.h.
Lock counter.
Definition at line 86 of file mutex.h.
The documentation for this struct was generated from the following file: