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

  /external/ltp/testcases/kernel/io/disktest/
signals.c 81 UNLOCK(sig_mutex);
88 UNLOCK(sig_mutex);
95 UNLOCK(sig_mutex);
102 UNLOCK(sig_mutex);
109 UNLOCK(sig_mutex);
116 UNLOCK(sig_mutex);
167 UNLOCK(sig_mutex);
threading.h 109 #define UNLOCK(Mutex) ReleaseMutex((void *) Mutex)
116 #define UNLOCK(Mutex) \
childmain.c 701 UNLOCK(env->mutexs.MutexACTION);
782 UNLOCK(env->mutexs.MutexACTION);
805 UNLOCK(env->mutexs.MutexIO);
842 UNLOCK(env->mutexs.MutexACTION);
858 UNLOCK(env->mutexs.MutexIO);
889 UNLOCK(env->mutexs.MutexACTION);
991 UNLOCK(MutexMISCOMP);
999 UNLOCK(env->mutexs.MutexACTION);
1007 UNLOCK(env->mutexs.MutexACTION);
1016 UNLOCK(env->mutexs.MutexACTION)
    [all...]
sfunc.c 185 UNLOCK(mTime);
  /external/autotest/server/cros/
host_lock_manager.py 15 A caller can lock or unlock one or more DUTs. If the caller fails to unlock()
16 locked hosts before the instance is destroyed, it will attempt to unlock() the
25 manager.unlock()
33 @attribute UNLOCK: a string.
37 UNLOCK = 'unlock'
70 logging.warning('Caller failed to unlock %r! Forcing unlock now.',
72 self.unlock()
119 def unlock(self, hosts=None): member in class:HostLockManager
    [all...]
host_lock_manager_unittest.py 59 self.locked_hosts for UNLOCK.
62 @param operation: a string, LOCK or UNLOCK.
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)
155 self.manager.unlock(hosts)
164 manager.unlock(hosts)
173 manager.unlock(hosts)
200 self.manager.UNLOCK).AndReturn(self.HOST1)
205 self.manager._host_modifier(hosts, self.manager.UNLOCK)
    [all...]
  /external/libevent/
listener.c 106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
134 UNLOCK(listener);
139 UNLOCK(listener);
296 UNLOCK(lev);
307 UNLOCK(lev);
333 UNLOCK(lev);
351 UNLOCK(lev);
375 UNLOCK(lev);
384 UNLOCK(lev);
411 UNLOCK(lev)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 245 * lock object on a particular platform and the init/fini/lock/unlock
248 * INIT, [LOCK, UNLOCK]*, FINI.
354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 215 * lock object on a particular platform and the init/fini/lock/unlock
218 * INIT, [LOCK, UNLOCK]*, FINI.
324 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 245 * lock object on a particular platform and the init/fini/lock/unlock
248 * INIT, [LOCK, UNLOCK]*, FINI.
354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /frameworks/av/camera/
ICamera.cpp 49 UNLOCK,
304 virtual status_t unlock() function in class:android::hardware::BpCamera
308 remote()->transact(UNLOCK, data, &reply);
484 case UNLOCK: {
486 reply->writeInt32(unlock());
  /external/python/cpython3/Objects/
obmalloc.c 878 * lock object on a particular platform and the init/fini/lock/unlock
881 * INIT, [LOCK, UNLOCK]*, FINI.
969 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /external/autotest/server/cros/servo/
chrome_cr50.py 36 UNLOCK = 'unlock'
74 FWMP_LOCKED_DBG = ['Ignoring FWMP unlock setting']
705 'unlock'.
740 # Start the unlock process.
742 if level == 'open' or level == 'unlock':
763 # DBG images have shorter unlock processes
791 logging.info('Pressing power button for %ds to unlock the console.',
795 # Press the power button once a second to unlock the console.
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 1240 milliseconds