Searched refs:MUTEX_UNLOCK (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc197 MUTEX_UNLOCK,
292 case Event::MUTEX_UNLOCK:
431 Event event(Event::MUTEX_UNLOCK, &m);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc28 #define MUTEX_UNLOCK(x) ReleaseMutex(x) macro
37 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro
162 MUTEX_UNLOCK(mutex_buf[n]);
183 MUTEX_UNLOCK(l->mutex);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc63 #define MUTEX_UNLOCK(x) ReleaseMutex(x) macro
72 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro
197 MUTEX_UNLOCK(mutex_buf[n]);
221 MUTEX_UNLOCK(l->mutex);

Completed in 138 milliseconds