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

1 2

  /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:__anon4948
643 CRITICAL_SECTION lock; member in struct:__anon4954
682 CRITICAL_SECTION lock; \/* protects the remaining fields *\/ member in struct:__anon4956
721 CRITICAL_SECTION lock; member in struct:__anon4957
749 CRITICAL_SECTION lock; member in struct:__anon4958
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
UniqueIdentificationGeneratorFactory.java 20 private static final Object LOCK = new Object();
34 synchronized (LOCK) {
55 synchronized (LOCK) {
65 synchronized (LOCK) {
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationClientNameProvider.java 14 private static final Object LOCK = new Object();
25 synchronized (LOCK) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapterService.java 15 private static final Object LOCK = new Object();
21 synchronized (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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 29 private static final Object LOCK = new Object();
107 synchronized (LOCK) {
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 33 private static final Object LOCK = new Object();
54 synchronized (LOCK) {
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 48 static UMutex LOCK = U_MUTEX_INITIALIZER;
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
smpdtfmt.cpp 217 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
dtfmtsym.cpp 182 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 48 static UMutex LOCK = U_MUTEX_INITIALIZER;
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
dtfmtsym.cpp 182 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
smpdtfmt.cpp 220 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 129 PERF_MEM_S(LOCK, NA) |\
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 48 if (TSFlags & X86II::LOCK)
X86IntelInstPrinter.cpp 40 if (TSFlags & X86II::LOCK)
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 59 #define LOCK(m) pthread_mutex_lock(&m)
125 LOCK(gki_cb.os.GKI_trace_mutex);
733 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
752 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 58 #define LOCK(m) pthread_mutex_lock(&m)
122 LOCK(gki_cb.os.GKI_trace_mutex);
316 extern int acquire_wake_lock(int lock, const char* id);
710 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
729 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 440 // Lock prefix
442 LOCK = 1 << LOCKShift,
X86MCCodeEmitter.cpp     [all...]
  /external/oprofile/events/i386/atom/
events 42 event:0x63 counters:0,1 um:core,agent minimum:6000 name:BUS_LOCK_CLOCKS : Bus cycles when a LOCK signal is asserted.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 207 unsigned char eFileLock; /* The type of lock held on this fd */
514 ** integer lock-type.
827 ** sets or clears a lock, that operation overrides any prior locks set
837 ** an exclusive lock on fd1, then try to get an exclusive lock
838 ** on fd2, it works. I would have expected the second lock to
839 ** fail since there was already a lock on the file due to fd1.
855 ** locks to see if another thread has previously set a lock on that same
869 ** field that tells us its internal lock status. cnt==0 means the
870 ** file is unlocked. cnt==-1 means the file has an exclusive lock
1210 struct flock lock; local
1259 struct flock lock; local
1344 struct flock lock; local
1552 struct flock lock; local
    [all...]
  /external/chromium_org/ui/login/
display_manager.js 82 LOCK: 'lock',
    [all...]

Completed in 1229 milliseconds

1 2