Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 25 of 50) sorted by relevance

12

/external/bison/lib/glthread/
Dlock.h168 # 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/
DUniqueIdentificationGeneratorFactory.java20 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/
DRequestIDSequence.java65 private static final Lock LOCK = new ReentrantLock(); field in RequestIDSequence
109 LOCK.lock(); in generateInitialValue()
115 LOCK.unlock(); in generateInitialValue()
/external/bison/lib/
Dunsetenv.c42 # 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/
DInvalidationClientNameProvider.java14 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/
Dmysql-modelingschema.dump47 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/
DChromiumSyncAdapterService.java15 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/
DChromeSigninController.java33 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/
DInvalidationController.java29 private static final Object LOCK = new Object(); field in InvalidationController
107 synchronized (LOCK) { in get()
/external/chromium_org/third_party/icu/source/i18n/
Dtridpars.cpp48 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()
Ddtfmtsym.cpp182 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
1069 umtx_lock(&LOCK); in getZoneStrings()
1080 umtx_unlock(&LOCK); in getZoneStrings()
Dsmpdtfmt.cpp217 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/
Dtridpars.cpp48 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()
Ddtfmtsym.cpp182 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
1069 umtx_lock(&LOCK); in getZoneStrings()
1080 umtx_unlock(&LOCK); in getZoneStrings()
Dsmpdtfmt.cpp220 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/
DTODO9 - return UD exception if LOCK prefix incorrectly used
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td536 [], 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/
Dheader_bar.js234 (Oobe.getInstance().displayType == DISPLAY_TYPE.LOCK);
/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp40 if (TSFlags & X86II::LOCK) in printInst()
DX86ATTInstPrinter.cpp48 if (TSFlags & X86II::LOCK) in printInst()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devent.h129 PERF_MEM_S(LOCK, NA) |\
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c59 #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/
Dgki_ulinux.c58 #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/
DX86BaseInfo.h442 LOCK = 1 << LOCKShift, enumerator
/external/llvm/docs/
DAtomics.rst426 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.

12