Recursive mutex. More...
#include <sys/mutex.h>
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.
Queue to wait, if mutex is not free.
Referenced by NutMutexInit(), NutMutexLock(), and NutMutexUnlock().
Thread who owns the mutex.
Referenced by NutMutexDestroy(), NutMutexInit(), NutMutexLock(), NutMutexTrylock(), and NutMutexUnlock().
Lock counter.
Referenced by NutMutexDestroy(), NutMutexInit(), NutMutexLock(), NutMutexTrylock(), and NutMutexUnlock().