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

  /external/icu4c/i18n/
tridpars.cpp 48 static UMTX LOCK = 0;
657 umtx_init(&LOCK);
658 Mutex lock(&LOCK);
859 umtx_init(&LOCK);
860 umtx_lock(&LOCK);
862 umtx_unlock(&LOCK);
914 umtx_init(&LOCK);
915 umtx_lock(&LOCK);
920 umtx_unlock(&LOCK);
    [all...]
timezone.cpp 105 static UMTX LOCK;
134 if (LOCK) {
135 umtx_destroy(&LOCK);
136 LOCK = NULL;
362 umtx_lock(&LOCK);
368 umtx_unlock(&LOCK);
384 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
390 umtx_lock(&LOCK);
395 umtx_unlock(&LOCK);
542 // In order to prevent a double lock of a non-reentrant mutex in
    [all...]
dtfmtsym.cpp 195 static UMTX LOCK;
    [all...]
smpdtfmt.cpp 157 static UMTX LOCK;
    [all...]
  /frameworks/base/libs/camera/
ICamera.cpp 41 LOCK,
228 virtual status_t lock() function in class:android::BpCamera
232 remote()->transact(LOCK, data, &reply);
361 case LOCK: {
363 reply->writeInt32(lock());
  /frameworks/base/cmds/keystore/
keystore.c 391 static int8_t lock() function
416 LOCK = 256,
435 {lock, 'l', NO_ERROR, LOCK, {0}},
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/sqlite/dist/
sqlite3.c 22331 struct flock lock; \/* The locking operation *\/ member in struct:threadTestData
22655 struct flock lock; local
22704 struct flock lock; local
22799 struct flock lock; local
23041 struct flock lock; \/* Information passed into fcntl() *\/ local
37153 BtLock lock; \/* Object used to lock page 1 *\/ member in struct:Btree
    [all...]
sqlite3.c.orig     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 476 #define LOCK CHOICE(lock, lock, lock)
    [all...]

Completed in 302 milliseconds