/external/bison/lib/glthread/ |
D | lock.h | 168 # define glthread_lock_init(LOCK) \ argument 169 (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0) 170 # define glthread_lock_lock(LOCK) \ argument 171 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0) 172 # define glthread_lock_unlock(LOCK) \ argument 173 (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0) 174 # define glthread_lock_destroy(LOCK) \ argument 175 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0) 190 # define glthread_rwlock_init(LOCK) \ argument 191 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0) [all …]
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/ |
D | UniqueIdentificationGeneratorFactory.java | 20 private static final Object LOCK = new Object(); field in UniqueIdentificationGeneratorFactory 34 synchronized (LOCK) { in getInstance() 55 synchronized (LOCK) { in registerGenerator() 65 synchronized (LOCK) { in clearGeneratorMapForTest()
|
/external/smack/src/com/kenai/jbosh/ |
D | RequestIDSequence.java | 65 private static final Lock LOCK = new ReentrantLock(); field in RequestIDSequence 109 LOCK.lock(); in generateInitialValue() 115 LOCK.unlock(); in generateInitialValue()
|
/external/bison/lib/ |
D | unsetenv.c | 42 # define LOCK __libc_lock_lock (envlock) in __libc_lock_define_initialized() macro 45 # define LOCK in __libc_lock_define_initialized() 70 LOCK; in __libc_lock_define_initialized()
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
D | InvalidationClientNameProvider.java | 14 private static final Object LOCK = new Object(); field in InvalidationClientNameProvider 25 synchronized (LOCK) { in get()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | mysql-modelingschema.dump | 47 LOCK TABLES `bugs` WRITE; 76 LOCK TABLES `commits` WRITE; 102 LOCK TABLES `cvsfiles` WRITE; 125 LOCK TABLES `filetags` WRITE; 149 LOCK TABLES `tags` WRITE;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/ |
D | ChromiumSyncAdapterService.java | 15 private static final Object LOCK = new Object(); field in ChromiumSyncAdapterService 21 synchronized (LOCK) { in getOrCreateSyncAdapter()
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/ |
D | ChromeSigninController.java | 33 private static final Object LOCK = new Object(); field in ChromeSigninController 54 synchronized (LOCK) { in get()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/ |
D | InvalidationController.java | 29 private static final Object LOCK = new Object(); field in InvalidationController 107 synchronized (LOCK) { in get()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | tridpars.cpp | 48 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 657 Mutex lock(&LOCK); in registerSpecialInverse() 858 umtx_lock(&LOCK); in specsToSpecialInverse() 860 umtx_unlock(&LOCK); in specsToSpecialInverse() 912 umtx_lock(&LOCK); in init() 917 umtx_unlock(&LOCK); in init()
|
D | dtfmtsym.cpp | 182 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 1069 umtx_lock(&LOCK); in getZoneStrings() 1080 umtx_unlock(&LOCK); in getZoneStrings()
|
D | smpdtfmt.cpp | 217 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 1049 umtx_lock(&LOCK); in initNumberFormatters() 1060 umtx_unlock(&LOCK); in initNumberFormatters() 3533 umtx_lock(&LOCK); in tzFormat() 3545 umtx_unlock(&LOCK); in tzFormat()
|
/external/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 48 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 657 Mutex lock(&LOCK); in registerSpecialInverse() 858 umtx_lock(&LOCK); in specsToSpecialInverse() 860 umtx_unlock(&LOCK); in specsToSpecialInverse() 912 umtx_lock(&LOCK); in init() 917 umtx_unlock(&LOCK); in init()
|
D | dtfmtsym.cpp | 182 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 1069 umtx_lock(&LOCK); in getZoneStrings() 1080 umtx_unlock(&LOCK); in getZoneStrings()
|
D | smpdtfmt.cpp | 220 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 1076 umtx_lock(&LOCK); in initNumberFormatters() 1087 umtx_unlock(&LOCK); in initNumberFormatters() 3578 umtx_lock(&LOCK); in tzFormat() 3590 umtx_unlock(&LOCK); in tzFormat()
|
/external/qemu/target-i386/ |
D | TODO | 9 - return UD exception if LOCK prefix incorrectly used
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 536 [], IIC_ALU_MEM>, Requires<[Not64BitMode]>, LOCK, 558 [], IIC_ALU_NONMEM>, LOCK; 564 [], IIC_ALU_NONMEM>, OpSize16, LOCK; 570 [], IIC_ALU_NONMEM>, OpSize32, LOCK; 576 [], IIC_ALU_NONMEM>, LOCK; 583 [], IIC_ALU_MEM>, LOCK; 590 [], IIC_ALU_MEM>, OpSize16, LOCK; 597 [], IIC_ALU_MEM>, OpSize32, LOCK; 604 [], IIC_ALU_MEM>, LOCK; 611 [], IIC_ALU_MEM>, OpSize16, LOCK; [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | header_bar.js | 234 (Oobe.getInstance().displayType == DISPLAY_TYPE.LOCK);
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 40 if (TSFlags & X86II::LOCK) in printInst()
|
D | X86ATTInstPrinter.cpp | 48 if (TSFlags & X86II::LOCK) in printInst()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | event.h | 129 PERF_MEM_S(LOCK, NA) |\
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 59 #define LOCK(m) pthread_mutex_lock(&m) macro 125 LOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 58 #define LOCK(m) pthread_mutex_lock(&m) macro 122 LOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 442 LOCK = 1 << LOCKShift, enumerator
|
/external/llvm/docs/ |
D | Atomics.rst | 426 generated. cmpxchg uses the ``LOCK CMPXCHG`` instruction. ``atomicrmw xchg`` 428 other ``atomicrmw`` operations generate a loop with ``LOCK CMPXCHG``. Depending 430 operations like ``LOCK AND``, but that does not work in general.
|