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

  /external/smack/src/com/kenai/jbosh/
RequestIDSequence.java 21 import java.util.concurrent.locks.Lock;
63 * Internal lock.
65 private static final Lock LOCK = new ReentrantLock();
109 LOCK.lock();
115 LOCK.unlock();
  /external/bison/lib/
unsetenv.c 39 /* This lock protects against simultaneous modifications of 'environ'. */
40 # include <bits/libc-lock.h>
42 # define LOCK __libc_lock_lock (envlock)
45 # define LOCK
70 LOCK;
  /system/security/keystore/include/keystore/
IKeystoreService.h 40 LOCK = IBinder::FIRST_CALL_TRANSACTION + 8,
76 virtual int32_t lock() = 0;
  /frameworks/av/camera/
ICamera.cpp 43 LOCK,
243 virtual status_t lock() function in class:android::BpCamera
247 remote()->transact(LOCK, data, &reply);
385 case LOCK: {
387 reply->writeInt32(lock());
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 46 private static final Object LOCK = new Object();
205 synchronized (LOCK) {
  /external/icu4c/i18n/
tridpars.cpp 48 static UMutex LOCK = U_MUTEX_INITIALIZER;
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
dtfmtsym.cpp 180 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
smpdtfmt.cpp 213 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
timezone.cpp 112 static UMutex LOCK = U_MUTEX_INITIALIZER;
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
301 umtx_lock(&LOCK);
310 umtx_unlock(&LOCK);
474 // In order to prevent a double lock of a non-reentrant mutex in a
477 Mutex lock(&TZSET_LOCK);
493 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized);
539 umtx_lock(&LOCK);
545 umtx_unlock(&LOCK);
557 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit)
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 73 #define LOCK(m) pthread_mutex_lock(&m)
125 extern int acquire_wake_lock(int lock, const char* id);
632 * We will lock/wait on GKI_timer_mutex.
635 GKI_TRACE("GKI_run lock mutex");
970 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
985 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 61 #define LOCK(m) pthread_mutex_lock(&m)
127 LOCK(gki_cb.os.GKI_trace_mutex);
732 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
751 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 60 #define LOCK(m) pthread_mutex_lock(&m)
124 LOCK(gki_cb.os.GKI_trace_mutex);
315 extern int acquire_wake_lock(int lock, const char* id);
710 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
729 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 64 // Any one who would like to access data should require this lock
66 public static final Object LOCK = new Object();
156 // synchronized (DataManager.LOCK) {
167 synchronized (LOCK) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 414 // Lock prefix
416 LOCK = 1 << LOCKShift,
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 57 private static final int LOCK = 4;
155 case LOCK:
156 mCamera.lock();
322 public void lock() { method in class:CameraManager.CameraProxy
324 mCameraHandler.sendEmptyMessage(LOCK);
  /packages/apps/Gallery2/src/com/android/camera/
CameraManager.java 54 private static final int LOCK = 4;
160 case LOCK:
161 mCamera.lock();
328 public void lock() { method in class:CameraManager.CameraProxy
329 mCameraHandler.sendEmptyMessage(LOCK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 114 private final static Object LOCK = new Object();
218 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
223 return LOCK;
233 synchronized (LOCK) {
298 synchronized (LOCK) {
404 synchronized (LOCK) {
449 synchronized (LOCK) {
621 synchronized (LOCK) {
663 synchronized (LOCK) {
688 synchronized (LOCK) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 810 milliseconds