Home
last modified time | relevance | path

Searched refs:deMutex_create (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeMutexWin32.c47 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
90 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
/third_party/vk-gl-cts/framework/delibs/dethread/
H A 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()
H A DdeMutex.h55 deMutex deMutex_create (const deMutexAttributes* attributes);
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeMutex.cpp44 m_mutex = deMutex_create(&attribs); in Mutex()
/third_party/glslang/
H A Dosinclude.cpp67 s_globalLock = deMutex_create(DE_NULL); in InitGlobalLock()
/third_party/vk-gl-cts/external/glslang/
H A Dosinclude.cpp67 s_globalLock = deMutex_create(DE_NULL); in InitGlobalLock()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeMutexUnix.c36 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() function
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeSocket.c422 sock->stateLock = deMutex_create(0); in deSocket_create()
567 newSock->stateLock = deMutex_create(0); in deSocket_accept()
H A DdeTimer.c367 thread->lock = deMutex_create(DE_NULL); in deTimerThread_create()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpCrashHandler.c278 handler->crashHandlerLock = deMutex_create(&attr); in qpCrashHandler_create()
H A DqpTestLog.c359 log->lock = deMutex_create(DE_NULL); in qpTestLog_createFileLog()

Completed in 7 milliseconds