HomeSort by relevance Sort by last modified time
    Searched defs:LOCK (Results 1 - 25 of 29) sorted by null

1 2

  /external/ltp/testcases/kernel/io/disktest/
threading.h 108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE)
113 #define LOCK(Mutex) \
  /cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsService.java 28 private static final Object LOCK = new Object();
32 synchronized (LOCK) {
  /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()
22 manager.lock(['host1'])
32 @attribute LOCK: a string.
36 LOCK = 'lock'
79 @param operation: a string, LOCK or UNLOCK.
90 if operation == self.LOCK and host_info.locked:
102 def lock(self, hosts, lock_reason='Locked by HostLockManager'): member in class:HostLockManager
103 """Attempt to lock hosts in AFE.
112 logging.info('Attempt to lock %s', new_hosts
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowHttpResponseCache.java 20 private static final Object LOCK = new Object();
38 synchronized (LOCK) {
46 synchronized (LOCK) {
63 synchronized (LOCK) {
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
SimpleLogger.java 34 private static final Object LOCK = new Object();
41 synchronized (LOCK) {
TraceLogger.java 34 private static final Object LOCK = new Object();
40 synchronized (LOCK) {
WaltUsbConnection.java 44 private static final Object LOCK = new Object();
53 synchronized (LOCK) {
WaltTcpConnection.java 61 private static final Object LOCK = new Object();
64 synchronized (LOCK) {
WaltDevice.java 69 private static final Object LOCK = new Object();
73 synchronized (LOCK) {
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
BootloaderConnection.java 13 private static final Object LOCK = new Object();
17 synchronized (LOCK) {
  /external/u-boot/arch/arm/cpu/armv8/zynqmp/
mp.c 12 #define LOCK 0
65 if (mode == LOCK) {
80 if (mode == LOCK) {
101 if (mode == LOCK)
115 if (mode == LOCK)
141 set_r5_reset(LOCK);
211 set_r5_tcm_mode(LOCK);
212 set_r5_halt_mode(HALT, LOCK);
214 release_r5_reset(LOCK);
268 set_r5_reset(LOCK);
    [all...]
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 9 * master process sets a lock on a file region (this is called "byte
11 * this region, such as read, write, set a new lock ... The expected
111 LOCK,
  /external/icu/icu4c/source/i18n/
tridpars.cpp 53 static UMutex LOCK = U_MUTEX_INITIALIZER;
662 Mutex lock(&LOCK);
866 umtx_lock(&LOCK);
868 umtx_unlock(&LOCK);
dtfmtsym.cpp 235 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
smpdtfmt.cpp 233 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
  /frameworks/av/camera/
ICamera.cpp 48 LOCK,
297 virtual status_t lock() function in class:android::hardware::BpCamera
301 remote()->transact(LOCK, data, &reply);
479 case LOCK: {
481 reply->writeInt32(lock());
  /external/autotest/server/cros/servo/
chrome_cr50.py 37 LOCK = 'lock'
704 level: a string of the ccd privilege level: 'open', 'lock', or
    [all...]
  /external/libevent/
listener.c 77 void *lock; member in struct:evconnlistener
105 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0)
106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
123 LOCK(listener);
135 EVTHREAD_FREE_LOCK(listener->lock, EVTHREAD_LOCKTYPE_RECURSIVE);
197 EVTHREAD_ALLOC_LOCK(lev->base.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
266 LOCK(lev);
290 LOCK(lev);
304 LOCK(lev)
451 CRITICAL_SECTION lock; member in struct:accepting_socket
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 239 * To reduce lock contention, it would probably be better to refine the
245 * lock object on a particular platform and the init/fini/lock/unlock
248 * INIT, [LOCK, UNLOCK]*, FINI.
254 #define SIMPLELOCK_DECL(lock) /* simple lock declaration */
255 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
256 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
257 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 209 * To reduce lock contention, it would probably be better to refine the
215 * lock object on a particular platform and the init/fini/lock/unlock
218 * INIT, [LOCK, UNLOCK]*, FINI.
224 #define SIMPLELOCK_DECL(lock) /* simple lock declaration */
225 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
226 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
227 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 239 * To reduce lock contention, it would probably be better to refine the
245 * lock object on a particular platform and the init/fini/lock/unlock
248 * INIT, [LOCK, UNLOCK]*, FINI.
254 #define SIMPLELOCK_DECL(lock) /* simple lock declaration */
255 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
256 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
257 #define SIMPLELOCK_LOCK(lock) /* acquire released lock *
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 359 // Lock prefix
361 LOCK = 1 << LOCKShift,
  /external/python/cpython3/Objects/
obmalloc.c 872 * To reduce lock contention, it would probably be better to refine the
878 * lock object on a particular platform and the init/fini/lock/unlock
881 * INIT, [LOCK, UNLOCK]*, FINI.
887 #define SIMPLELOCK_DECL(lock) /* simple lock declaration */
888 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
889 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
890 #define SIMPLELOCK_LOCK(lock) /* acquire released lock *
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 516 #define LOCK CHOICE(lock, lock, lock)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 557 milliseconds

1 2