Home
last modified time | relevance | path

Searched refs:deMutex_create (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/delibs/dethread/win32/
DdeMutexWin32.c47 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
90 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c236 deMutex mutex = deMutex_create(DE_NULL); in deMutex_selfTest()
262 mutex = deMutex_create(&attrs); in deMutex_selfTest()
279 mutex = deMutex_create(DE_NULL); in deMutex_selfTest()
305 data.mutex = deMutex_create(DE_NULL); in deMutex_selfTest()
338 deMutex mutex = deMutex_create(DE_NULL); in deMutex_selfTest()
DdeMutex.h55 deMutex deMutex_create (const deMutexAttributes* attributes);
/external/deqp/framework/delibs/decpp/
DdeMutex.cpp44 m_mutex = deMutex_create(&attribs); in Mutex()
/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c36 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
/external/deqp/framework/delibs/deutil/
DdeSocket.c396 sock->stateLock = deMutex_create(0); in deSocket_create()
549 newSock->stateLock = deMutex_create(0); in deSocket_accept()
DdeTimer.c367 thread->lock = deMutex_create(DE_NULL); in deTimerThread_create()
/external/deqp/framework/qphelper/
DqpCrashHandler.c265 handler->crashHandlerLock = deMutex_create(&attr); in qpCrashHandler_create()
DqpTestLog.c354 log->lock = deMutex_create(DE_NULL); in qpTestLog_createFileLog()