Searched defs:LOCK (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/
H A Dtridpars.cpp48 static UMTX LOCK = 0; variable
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
931 umtx_destroy(&LOCK);
H A Ddtfmtsym.cpp199 static UMTX LOCK; variable
1032 umtx_lock(&LOCK);
1043 umtx_unlock(&LOCK);
H A Dtimezone.cpp119 static UMTX LOCK; variable
159 if (LOCK) {
160 umtx_destroy(&LOCK);
161 LOCK = NULL;
304 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
310 umtx_lock(&LOCK);
315 umtx_unlock(&LOCK);
482 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized);
528 umtx_lock(&LOCK);
534 umtx_unlock(&LOCK);
[all...]
H A Dsmpdtfmt.cpp203 static UMTX LOCK; variable
1298 umtx_lock(&LOCK);
1355 umtx_unlock(&LOCK);
1366 umtx_lock(&LOCK);
1377 umtx_unlock(&LOCK);
3591 umtx_lock(&LOCK);
3601 umtx_unlock(&LOCK);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c73 #define LOCK(m) pthread_mutex_lock(&m) macro
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c61 #define LOCK(m) pthread_mutex_lock(&m) macro
127 LOCK(gki_cb.os.GKI_trace_mutex);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c60 #define LOCK(m) pthread_mutex_lock(&m) macro
124 LOCK(gki_cb.os.GKI_trace_mutex);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h416 LOCK = 1 << LOCKShift, enumerator in enum:llvm::X86II::__anon9007
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...

Completed in 212 milliseconds