Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dsignals.c81 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()
Dthreading.h109 #define UNLOCK(Mutex) ReleaseMutex((void *) Mutex) macro
116 #define UNLOCK(Mutex) \ macro
Dchildmain.c701 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()
Dsfunc.c185 UNLOCK(mTime); in pMsg()
/external/libevent/
Dlistener.c106 #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 …]
DChangeLog-2.0673 o Remove the now-unusable EVTHREAD_LOCK/UNLOCK constants (fdfc3fc)
/external/autotest/server/cros/
Dhost_lock_manager.py37 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:
Dhost_lock_manager_unittest.py68 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/
Dobmalloc.c354 #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/
Dhttpd.wordlist19 "UNLOCK"
/external/python/cpython3/Objects/
Dobmalloc.c969 #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/
Dchrome_cr50.py36 UNLOCK = 'unlock' variable in ChromeCr50
/external/autotest/database/
Dschema_129.sql1335 UNLOCK TABLES;
/external/honggfuzz/examples/apache-httpd/corpus_http1/
De602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov168 …�������������������������������������������������������������������������UNLOCK�������������������…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
De602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov168 …�������������������������������������������������������������������������UNLOCK�������������������…
/external/sqlite/dist/orig/
Dsqlite3.c35830 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
35840 UNLOCK, /* xUnlock */ \
/external/sqlite/dist/
Dsqlite3.c35846 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
35856 UNLOCK, /* xUnlock */ \