HomeSort by relevance Sort by last modified time
    Searched full:lock (Results 501 - 525 of 3434) sorted by null

<<21222324252627282930>>

  /development/host/windows/usb/api/
adb_object_handle.cpp 67 // We have to hold this lock while we're dealing with the handle
69 the_map_locker.Lock();
106 the_map_locker.Lock();
151 the_map_locker.Lock();
  /development/ndk/platforms/android-3/include/linux/mtd/
flashchip.h 63 spinlock_t lock; member in struct:flchip_shared
  /external/chromium/base/synchronization/
lock_impl_win.cc 27 void LockImpl::Lock() {
  /external/chromium/base/threading/
watchdog.h 26 #include "base/synchronization/lock.h"
72 Lock lock_; // Mutex for state_.
88 static Lock static_lock_; // Lock for access of static data...
  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.cc 29 // set-lock-on - enable RequirePin restriction.
30 // set-lock-off - disable RequirePin restriction.
36 const char kSimDialogSetLockOnMode[] = "set-lock-on";
37 const char kSimDialogSetLockOffMode[] = "set-lock-off";
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 30 // Import lock dialog.
  /external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.h 17 // lock. This runs the message loop itself as the browser message loop has not
  /external/chromium/crypto/
capi_util.h 15 // flags is not thread-safe. For such calls, we create a global lock to
  /external/chromium/net/socket_stream/
socket_stream_job_manager.h 38 mutable base::Lock lock_;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 124 CritScope lock(&cs_);
159 CritScope lock(&cs_);
170 CritScope lock(&cs_);
191 CritScope lock(&cs_);
211 CritScope lock(&cs_);
218 CritScope lock(&cs_);
229 CritScope lock(&cs_);
250 CritScope lock(&cs_);
281 CritScope lock(&cs_);
302 CritScope lock(&cs_)
    [all...]
  /external/chromium/webkit/glue/
idb_bindings.h 17 // Warning: this method holds a V8 lock, it should only be called within a
  /external/elfutils/libasm/
asm_align.c 42 rwlock_wrlock (asmscn->ctx->lock);
86 rwlock_wrlock (asmscn->data.up->ctx->lock);
91 rwlock_unlock (asmscn->data.up->ctx->lock);
96 rwlock_unlock (asmscn->ctx->lock);
  /external/kernel-headers/original/linux/
futex.h 25 * Per-lock list entry - embedded in user-space locks, somewhere close
61 * up a lock's links. So to handle this race, userspace first
62 * sets this field to the address of the to-be-taken lock,
63 * then does the lock acquire, and then adds itself to the
genetlink.h 85 /* All generic netlink requests are serialized by a global lock. */
  /external/kernel-headers/original/linux/lockd/
nlm.h 4 * Declarations for the Network Lock Manager protocol.
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 81 #define PH_FRINFC_TOPAZ_STATE_RD_LOCK0_BYTE 10 /*!< read Lock byte 0 state */
82 #define PH_FRINFC_TOPAZ_STATE_WR_LOCK0_BYTE 11 /*!< write Lock byte 0 state */
83 #define PH_FRINFC_TOPAZ_STATE_RD_LOCK1_BYTE 12 /*!< read Lock byte 1 state */
84 #define PH_FRINFC_TOPAZ_STATE_WR_LOCK1_BYTE 13 /*!< write Lock byte 1 state */
151 #define PH_FRINFC_TOPAZ_LOCK_CTRL_T 0x01 /*!< Lock TLV = 0x01 */
179 #define PH_FRINFC_TOPAZ_LOCKBIT_BYTE114 0x01 /*!< lock bits value of byte 104 */
180 #define PH_FRINFC_TOPAZ_LOCKBIT_BYTE115_1 0x60 /*!< lock bits value of byte 105 */
181 #define PH_FRINFC_TOPAZ_LOCKBIT_BYTE115_2 0xE0 /*!< lock bits value of byte 105 */
182 #define PH_FRINFC_TOPAZ_LOCKBIT_BYTENO_0 114 /*!< lock bits byte number 104 */
183 #define PH_FRINFC_TOPAZ_LOCKBIT_BYTENO_1 115 /*!< lock bits byte number 105 *
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-01-08-Atomic64Bug.ll 18 ; CHECK: lock
  /external/oprofile/libutil/
op_lockfile.c 52 fprintf(stderr, "Removing stale lock file %s\n",
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c 109 SDL_LockMutex(lock);
113 SDL_UnlockMutex(lock);
116 SDL_LockMutex(lock);
120 SDL_UnlockMutex(lock);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_sysmutex.c 76 /* Lock the mutex */
96 We set the locking thread id after we obtain the lock
133 First reset the owner so another thread doesn't lock
135 then release the lock semaphore.
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_sysmutex.c 75 /* Lock the mutex */
95 We set the locking thread id after we obtain the lock
132 First reset the owner so another thread doesn't lock
134 then release the lock semaphore.
  /external/qemu/
qemu-thread.h 7 pthread_mutex_t lock; member in struct:QemuMutex
  /external/valgrind/main/drd/
drd.h 128 * and a lock on the mutex at address mtx is now held. Since DRD always inserts
157 * unlock event and after the subsequent mutex lock event on the same mutex as
179 /** Tell DRD that a reader-writer lock object has been initialized. */
185 /** Tell DRD that a reader-writer lock object has been destroyed. */
192 * Tell DRD that a reader-writer lock has been acquired. is_w == 1 means that
193 * a write lock has been obtained, is_w == 0 means that a read lock has been
202 * Tell DRD that a reader lock has been acquired on a reader-writer
208 * Tell DRD that a writer lock has been acquired on a reader-writer
214 * Tell DRD that a reader-writer lock is about to be released. is_w == 1 mean
    [all...]
  /external/valgrind/main/drd/tests/
rwlock_race.c 1 /** Cause a race inside code protected by a reader lock.
tc12_rwl_trivial.stderr.exp 2 Reader-writer lock not locked by calling thread: rwlock 0x.........

Completed in 401 milliseconds

<<21222324252627282930>>