Home
last modified time | relevance | path

Searched refs:DE_MUTEX_RECURSIVE (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/dethread/
DdeMutex.h44 DE_MUTEX_RECURSIVE = (1 << 0) enumerator
DdeThreadTest.c260 attrs.flags = DE_MUTEX_RECURSIVE; in deMutex_selfTest()
/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c64 if (attributes->flags & DE_MUTEX_RECURSIVE) in deMutex_create()
/external/deqp/framework/qphelper/
DqpCrashHandler.c277 attr.flags = DE_MUTEX_RECURSIVE; in qpCrashHandler_create()