Searched refs:mRecursive (Results 1 – 2 of 2) sorted by relevance
60 mtx->mRecursive = type & mtx_recursive; in mtx_init()90 if (!mtx->mRecursive) in mtx_lock()113 if ((!mtx->mRecursive) && (ret == thrd_success) && mtx->mAlreadyLocked) in mtx_trylock()
186 int mRecursive; /* TRUE if the mutex is recursive */ member