HomeSort by relevance Sort by last modified time
    Searched refs:LOCK (Results 26 - 50 of 54) sorted by null

12 3

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 59 #define LOCK(m) pthread_mutex_lock(&m)
125 LOCK(gki_cb.os.GKI_trace_mutex);
733 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
752 /* 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 58 #define LOCK(m) pthread_mutex_lock(&m)
122 LOCK(gki_cb.os.GKI_trace_mutex);
316 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/
LocalAlbum.java 146 synchronized (DataManager.LOCK) {
  /external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp 197 static UMTX LOCK;
    [all...]
smpdtfmt.cpp 159 static UMTX LOCK;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 440 // Lock prefix
442 LOCK = 1 << LOCKShift,
X86MCCodeEmitter.cpp     [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 427 * @see android.hardware.Camera#lock()
429 public void lock() { method in class:CameraAgent.CameraProxy
433 getCameraHandler().sendEmptyMessage(CameraActions.LOCK);
    [all...]
AndroidCameraAgentImpl.java 403 case CameraActions.LOCK: {
404 mCamera.lock();
409 // TODO: Lock the CameraSettings object's sizes
    [all...]
  /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.
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 182 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
smpdtfmt.cpp 220 static UMutex LOCK = U_MUTEX_INITIALIZER;
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 233 virtual int32_t lock() function in class:android::BpKeystoreService
237 status_t status = remote()->transact(BnKeystoreService::LOCK, data, &reply);
239 ALOGD("lock() could not contact remote: %d\n", status);
245 ALOGD("lock() caught exception %d\n", err);
741 case LOCK: {
743 int32_t ret = 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 
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/chromium_org/chrome/browser/resources/login/
display_manager.js 75 LOCK: 'lock',
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 207 unsigned char eFileLock; /* The type of lock held on this fd */
514 ** integer lock-type.
827 ** sets or clears a lock, that operation overrides any prior locks set
837 ** an exclusive lock on fd1, then try to get an exclusive lock
838 ** on fd2, it works. I would have expected the second lock to
839 ** fail since there was already a lock on the file due to fd1.
855 ** locks to see if another thread has previously set a lock on that same
869 ** field that tells us its internal lock status. cnt==0 means the
870 ** file is unlocked. cnt==-1 means the file has an exclusive lock
1210 struct flock lock; local
1259 struct flock lock; local
1344 struct flock lock; local
1552 struct flock lock; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 516 #define LOCK CHOICE(lock, lock, lock)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 516 #define LOCK CHOICE(lock, lock, lock)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 25351 struct flock lock; local
25400 struct flock lock; local
25485 struct flock lock; local
25693 struct flock lock; local
46555 BtLock lock; \/* Object used to lock page 1 *\/ member in struct:Btree
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 529 #define SQLITE_PROTOCOL 15 /* Database lock protocol error */
25646 struct flock lock; local
25695 struct flock lock; local
25780 struct flock lock; local
25988 struct flock lock; local
50951 BtLock lock; \/* Object used to lock page 1 *\/ member in struct:Btree
    [all...]
  /external/sqlite/dist/
sqlite3.c 529 #define SQLITE_PROTOCOL 15 /* Database lock protocol error */
25664 struct flock lock; local
25713 struct flock lock; local
25798 struct flock lock; local
26006 struct flock lock; local
50971 BtLock lock; \/* Object used to lock page 1 *\/ member in struct:Btree
    [all...]

Completed in 2282 milliseconds

12 3