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

1 2 3 4 5 6 7 8

  /external/bison/lib/glthread/
lock.h 30 Taking the lock: gl_lock_lock (name);
31 Releasing the lock: gl_lock_unlock (name);
35 Taking the lock: err = glthread_lock_lock (&name);
36 Releasing the lock: err = glthread_lock_unlock (&name);
44 Taking the lock: gl_rwlock_rdlock (name);
46 Releasing the lock: gl_rwlock_unlock (name);
50 Taking the lock: err = glthread_rwlock_rdlock (&name);
52 Releasing the lock: err = glthread_rwlock_unlock (&name);
60 Taking the lock: gl_recursive_lock_lock (name);
61 Releasing the lock: gl_recursive_lock_unlock (name)
238 pthread_mutex_t lock; \/* protects the remaining fields *\/ member in struct:__anon5710
643 CRITICAL_SECTION lock; member in struct:__anon5716
682 CRITICAL_SECTION lock; \/* protects the remaining fields *\/ member in struct:__anon5718
721 CRITICAL_SECTION lock; member in struct:__anon5719
749 CRITICAL_SECTION lock; member in struct:__anon5720
    [all...]
  /libcore/ojluni/src/main/java/sun/security/jca/
JCAUtil.java 44 // lock to use for synchronization
45 private static final Object LOCK = JCAUtil.class;
74 synchronized (LOCK) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ActivityManagerCompatUtils.java 25 private static final Object LOCK = new Object();
36 synchronized(LOCK) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 25 public static final int LOCK = 5;
67 case LOCK:
68 return "LOCK";
  /external/bison/lib/
unsetenv.c 39 /* This lock protects against simultaneous modifications of 'environ'. */
40 # include <bits/libc-lock.h>
42 # define LOCK __libc_lock_lock (envlock)
45 # define LOCK
70 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...]
host_lock_manager_unittest.py 58 Add hosts to self.locked_hosts for LOCK and remove hosts from
62 @param operation: a string, LOCK or UNLOCK.
65 if operation == self.LOCK:
91 actual = self.manager._check_host(self.HOST1, self.manager.LOCK)
110 actual = self.manager._check_host(host_with_dot, self.manager.LOCK)
129 manager.lock(hosts, lock_reason='Locking for test')
138 manager.lock(hosts, lock_reason='Locking for test')
147 self.manager.lock(hosts)
183 self.manager.LOCK).AndReturn(self.HOST1)
188 self.manager._host_modifier(hosts, self.manager.LOCK,
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
setenv.c 72 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
74 #define LOCK
92 LOCK;
171 LOCK;
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_amd64.s 39 LOCK
54 LOCK
66 LOCK
82 LOCK
asm_386.s 40 LOCK
61 LOCK
82 LOCK
95 LOCK
132 LOCK
200 LOCK
asm_amd64p32.s 40 LOCK
58 LOCK
70 LOCK
89 LOCK
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_amd64.s 39 LOCK
54 LOCK
66 LOCK
82 LOCK
asm_386.s 40 LOCK
61 LOCK
82 LOCK
95 LOCK
132 LOCK
200 LOCK
asm_amd64p32.s 40 LOCK
58 LOCK
70 LOCK
89 LOCK
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowGenerator.java 45 private static final Object LOCK = new Object();
46 // Singleton object guarded by {@link #LOCK}
87 synchronized (LOCK) {
  /external/libevent/
listener.c 76 void *lock; member in struct:evconnlistener
103 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0)
104 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
121 LOCK(listener);
133 EVTHREAD_FREE_LOCK(listener->lock, EVTHREAD_LOCKTYPE_RECURSIVE);
189 EVTHREAD_ALLOC_LOCK(lev->base.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
259 LOCK(lev);
283 LOCK(lev);
297 LOCK(lev)
448 CRITICAL_SECTION lock; member in struct:accepting_socket
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 117 private final static Object LOCK = new Object();
221 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
226 return LOCK;
236 synchronized (LOCK) {
318 synchronized (LOCK) {
456 synchronized (LOCK) {
501 synchronized (LOCK) {
674 synchronized (LOCK) {
716 synchronized (LOCK) {
741 synchronized (LOCK) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 81 synchronized (DataManager.LOCK) {
  /external/libvncserver/test/
encodingstest.c 57 LOCK(statisticsMutex);
80 LOCK(frameBufferMutex);
210 LOCK(statisticsMutex);
222 LOCK(frameBufferMutex);
  /external/libvncserver/libvncserver/
main.c 83 LOCK(extMutex);
121 LOCK(extMutex);
153 LOCK(extMutex);
245 LOCK(logMutex);
274 LOCK(cl->updateMutex);
406 LOCK(cl->updateMutex);
462 LOCK(cl->updateMutex);
490 LOCK(cl->updateMutex);
496 LOCK(cl->sendMutex);
557 LOCK(cl->updateMutex)
    [all...]
scale.c 326 LOCK(cl->updateMutex);
378 LOCK(cl->updateMutex);
397 LOCK(cl->updateMutex);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
IconNormalizer.java 44 private static final Object LOCK = new Object();
243 synchronized (LOCK) {
  /frameworks/av/camera/
ICamera.cpp 48 LOCK,
278 virtual status_t lock() function in class:android::hardware::BpCamera
282 remote()->transact(LOCK, data, &reply);
447 case LOCK: {
449 reply->writeInt32(lock());
  /external/icu/icu4c/source/i18n/
tridpars.cpp 51 static UMutex LOCK = U_MUTEX_INITIALIZER;
660 Mutex lock(&LOCK);
864 umtx_lock(&LOCK);
866 umtx_unlock(&LOCK);
  /libcore/ojluni/src/main/java/java/lang/
System.java 109 * Dedicated lock for GC / Finalization logic.
111 private static final Object LOCK = new Object();
    [all...]

Completed in 789 milliseconds

1 2 3 4 5 6 7 8