Home
last modified time | relevance | path

Searched refs:waitLock (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
Dcancel2.c95 static pthread_mutex_t waitLock = PTHREAD_MUTEX_INITIALIZER; variable
130 assert(pthread_mutex_lock(&waitLock) == 0); in mythread()
131 assert(pthread_mutex_unlock(&waitLock) == 0); in mythread()
171 assert(pthread_mutex_lock(&waitLock) == 0); in main()
185 assert(pthread_mutex_unlock(&waitLock) == 0); in main()
DChangeLog.2010541 * cancel3.c: Remove unused waitLock variable.
562 * cleanup1.c: Remove unused "waitLock".
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp435 bool Scheduler::Worker::wait(lock& waitLock, in wait() argument
448 waitLock.unlock_no_tsa(); in wait()
457 waitLock.lock_no_tsa(); in wait()