Home
last modified time | relevance | path

Searched refs:mRecursive (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/deps/
Dtinycthread.c60 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()
Dtinycthread.h186 int mRecursive; /* TRUE if the mutex is recursive */ member