Home
last modified time | relevance | path

Searched defs:UNLOCK (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dpthread_mutex.cpp11 #define UNLOCK __pthread_mutex_unlock macro
14 #define UNLOCK pthread_mutex_unlock macro
/external/ltp/testcases/kernel/io/disktest/
Dthreading.h109 #define UNLOCK(Mutex) ReleaseMutex((void *) Mutex) macro
116 #define UNLOCK(Mutex) \ macro
/external/autotest/server/cros/
Dhost_lock_manager.py36 UNLOCK = 'unlock' variable in HostLockManager
/external/autotest/server/cros/servo/
Dchrome_cr50.py47 UNLOCK = 'unlock' variable in ChromeCr50
/external/libevent/
Dlistener.c107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro
/external/python/cpython2/Objects/
Dobmalloc.c354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock) macro