Home
last modified time | relevance | path

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

/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.py37 UNLOCK = 'unlock' variable in HostLockManager
/external/autotest/server/cros/servo/
Dchrome_cr50.py36 UNLOCK = 'unlock' variable in ChromeCr50
/external/libevent/
Dlistener.c106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro
/external/python/cpython2/Objects/
Dobmalloc.c354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock) macro
/external/python/cpython3/Objects/
Dobmalloc.c969 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock) macro