Recursive mutex. More...
Data Fields | |
HANDLE | qhp |
Queue to wait, if mutex is not free. | |
NUTTHREADINFO * | thread |
Thread who owns the mutex. | |
uint16_t | count |
Lock counter. |
Recursive mutex.
Recursive mutex type.
Definition at line 83 of file mutex.h.