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

  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
MonkeyRecorder.java 34 // This lock is used to keep the python process blocked while the frame is runing.
35 private static final Object LOCK = new Object();
60 synchronized (LOCK) {
61 LOCK.notifyAll();
67 synchronized (LOCK) {
69 LOCK.wait();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 84 private final static Object LOCK = new Object();
186 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
190 return LOCK;
199 synchronized (LOCK) {
265 synchronized (LOCK) {
318 synchronized (LOCK) {
362 synchronized (LOCK) {
469 synchronized (LOCK) {
511 synchronized (LOCK) {
536 synchronized (LOCK) {
    [all...]
  /external/icu4c/i18n/
timezone.cpp 116 static UMTX LOCK;
136 if (LOCK) {
137 umtx_destroy(&LOCK);
138 LOCK = NULL;
324 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
330 umtx_lock(&LOCK);
335 umtx_unlock(&LOCK);
482 // In order to prevent a double lock of a non-reentrant mutex in a
485 Mutex lock(&TZSET_LOCK);
501 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized)
    [all...]
tridpars.cpp 48 static UMTX LOCK = 0;
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
931 umtx_destroy(&LOCK);
dtfmtsym.cpp 197 static UMTX LOCK;
    [all...]
smpdtfmt.cpp 159 static UMTX LOCK;
    [all...]
  /device/moto/stingray/whisper/
SHA_CommMarshalling.h 44 #define LOCK 0x17
122 // Lock command
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 64 private static final Object LOCK = new Object();
247 synchronized (LOCK) {
  /frameworks/base/libs/camera/
ICamera.cpp 42 LOCK,
253 virtual status_t lock() function in class:android::BpCamera
257 remote()->transact(LOCK, data, &reply);
401 case LOCK: {
403 reply->writeInt32(lock());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataAdapter.java 333 synchronized (DataManager.LOCK) {
339 synchronized (DataManager.LOCK) {
AlbumSetDataAdapter.java 333 synchronized (DataManager.LOCK) {
340 synchronized (DataManager.LOCK) {
PhotoDataAdapter.java 781 synchronized (DataManager.LOCK) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 362 // Lock prefix
364 LOCK = 1 << LOCKShift,
X86MCCodeEmitter.cpp 765 // Emit the lock opcode prefix as needed.
766 if (TSFlags & X86II::LOCK)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 61 // Any one who would like to access data should require this lock
63 public static final Object LOCK = new Object();
  /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.
  /frameworks/base/cmds/keystore/
keystore.cpp 419 void lock() { function in class:KeyStore
652 static ResponseCode lock(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { function
653 keyStore->lock();
676 LOCK = 256,
700 {lock, 'l', STATE_NO_ERROR, LOCK, {0, 0}},
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 615 // Emit the lock opcode prefix as needed.
616 if (Desc->TSFlags & X86II::LOCK)
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /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...]
  /external/sqlite/dist/
sqlite3.c 23994 struct flock lock; local
24082 struct flock lock; local
24296 struct flock lock; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 759 milliseconds