HomeSort by relevance Sort by last modified time
    Searched refs:MUTEX_UNLOCK (Results 1 - 6 of 6) sorted by null

  /external/curl/docs/examples/
opensslthreadlock.c 40 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x))
59 MUTEX_UNLOCK(mutex_buf[n]);
  /external/libvncserver/libvncclient/
tls_openssl.c 35 #define MUTEX_UNLOCK(mutex) LeaveCriticalSection(&mutex)
47 #define MUTEX_UNLOCK(mutex) pthread_mutex_unlock(&mutex)
75 MUTEX_UNLOCK(mutex_buf[n]);
104 MUTEX_UNLOCK(l->mutex);
  /external/webrtc/webrtc/base/
openssladapter.cc 52 #define MUTEX_UNLOCK(x) ReleaseMutex(x)
59 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x))
189 MUTEX_UNLOCK(mutex_buf[n]);
213 MUTEX_UNLOCK(l->mutex);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 249 MUTEX_UNLOCK,
349 case Event::MUTEX_UNLOCK:
489 Event event(Event::MUTEX_UNLOCK, &m);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 715 milliseconds