/external/ltp/testcases/kernel/io/disktest/ |
D | signals.c | 81 UNLOCK(sig_mutex); in sig_handler() 88 UNLOCK(sig_mutex); in sig_handler() 95 UNLOCK(sig_mutex); in sig_handler() 102 UNLOCK(sig_mutex); in sig_handler() 109 UNLOCK(sig_mutex); in sig_handler() 116 UNLOCK(sig_mutex); in sig_handler() 167 UNLOCK(sig_mutex); in clear_stat_signal()
|
D | threading.h | 109 #define UNLOCK(Mutex) ReleaseMutex((void *) Mutex) macro 116 #define UNLOCK(Mutex) \ macro
|
D | childmain.c | 701 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 782 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 805 UNLOCK(env->mutexs.MutexIO); in ChildMain() 842 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 858 UNLOCK(env->mutexs.MutexIO); in ChildMain() 889 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 991 UNLOCK(MutexMISCOMP); in ChildMain() 999 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 1007 UNLOCK(env->mutexs.MutexACTION); in ChildMain() 1016 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
|
D | sfunc.c | 185 UNLOCK(mTime); in pMsg()
|
/external/libevent/ |
D | listener.c | 106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 134 UNLOCK(listener); in listener_decref_and_unlock() 139 UNLOCK(listener); in listener_decref_and_unlock() 296 UNLOCK(lev); in evconnlistener_enable() 307 UNLOCK(lev); in evconnlistener_disable() 333 UNLOCK(lev); in evconnlistener_get_fd() 351 UNLOCK(lev); in evconnlistener_get_base() 375 UNLOCK(lev); in evconnlistener_set_cb() 384 UNLOCK(lev); in evconnlistener_set_error_cb() 411 UNLOCK(lev); in listener_read_cb() [all …]
|
D | ChangeLog-2.0 | 673 o Remove the now-unusable EVTHREAD_LOCK/UNLOCK constants (fdfc3fc)
|
/external/autotest/server/cros/ |
D | host_lock_manager.py | 37 UNLOCK = 'unlock' variable in HostLockManager 95 elif operation == self.UNLOCK and not host_info.locked: 139 return self._host_modifier(updated_hosts, self.UNLOCK) 172 elif operation == self.UNLOCK:
|
D | host_lock_manager_unittest.py | 68 elif operation == self.UNLOCK: 100 actual = self.manager._check_host(self.HOST1, self.manager.UNLOCK) 120 actual = self.manager._check_host(host_with_dot, self.manager.UNLOCK) 200 self.manager.UNLOCK).AndReturn(self.HOST1) 205 self.manager._host_modifier(hosts, self.manager.UNLOCK)
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock) macro 832 UNLOCK(); in PyObject_Malloc() 844 UNLOCK(); in PyObject_Malloc() 852 UNLOCK(); in PyObject_Malloc() 863 UNLOCK(); in PyObject_Malloc() 869 UNLOCK(); in PyObject_Malloc() 930 UNLOCK(); in PyObject_Malloc() 945 UNLOCK(); in PyObject_Malloc() 1034 UNLOCK(); in PyObject_Free() 1109 UNLOCK(); in PyObject_Free() [all …]
|
/external/honggfuzz/examples/apache-httpd/ |
D | httpd.wordlist | 19 "UNLOCK"
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 969 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock) macro 1559 UNLOCK(); in pymalloc_alloc() 1565 UNLOCK(); in pymalloc_alloc() 1820 UNLOCK(); in pymalloc_free()
|
/external/autotest/server/cros/servo/ |
D | chrome_cr50.py | 36 UNLOCK = 'unlock' variable in ChromeCr50
|
/external/autotest/database/ |
D | schema_129.sql | 1335 UNLOCK TABLES;
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | e602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov | 168 …�������������������������������������������������������������������������UNLOCK�������������������…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | e602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov | 168 …�������������������������������������������������������������������������UNLOCK�������������������…
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 35830 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ 35840 UNLOCK, /* xUnlock */ \
|
/external/sqlite/dist/ |
D | sqlite3.c | 35846 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ 35856 UNLOCK, /* xUnlock */ \
|