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

<<41424344454647484950>>

  /dalvik/vm/
AtomicCache.h 38 volatile u4 version; /* version and lock flag */
65 * (1) Have a global lock. A mutex is too heavy, so instead we would use
75 * some sort of lock to ensure that nobody else tries to start an
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 144 spinlock_t lock; member in struct:rpc_wait_queue
160 #define RPC_WAITQ_INIT(var,qname) { .lock = SPIN_LOCK_UNLOCKED, .tasks = { [0] = LIST_HEAD_INIT(var.tasks[0]), [1] = LIST_HEAD_INIT(var.tasks[1]), [2] = LIST_HEAD_INIT(var.tasks[2]), }, }
162 #define RPC_WAITQ_INIT(var,qname) { .lock = SPIN_LOCK_UNLOCKED, .tasks = { [0] = LIST_HEAD_INIT(var.tasks[0]), [1] = LIST_HEAD_INIT(var.tasks[1]), [2] = LIST_HEAD_INIT(var.tasks[2]), }, .name = qname, }
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 85 android::Mutex::Autolock lock(m_sync);
91 android::Mutex::Autolock lock(m_sync);
176 //STEP 1: lock the ANW, getting a buffer
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 84 public Object lock() { method in class:MockAbstractPreferences
85 return lock;
205 return lock;
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 16 #include "base/synchronization/lock.h"
129 // Lock to protect access to pending_indexed_db_info_;
130 mutable base::Lock lock_;
  /external/chromium/chrome/browser/sync/engine/
syncer.h 16 #include "base/synchronization/lock.h"
71 // may block on network i/o, on lock contention, or on tasks posted to
104 base::Lock early_exit_requested_lock_;
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 16 #include "base/synchronization/lock.h"
183 // Abort association pending flag and lock. If this is set to true
186 base::Lock abort_association_pending_lock_;
password_data_type_controller.cc 79 base::AutoLock lock(abort_association_lock_);
132 base::AutoLock lock(abort_association_lock_);
174 base::AutoLock lock(abort_association_lock_);
ui_model_worker.h 10 #include "base/synchronization/lock.h"
113 // We use a Lock for all data members and a ConditionVariable to synchronize.
119 base::Lock lock_;
  /external/chromium/chrome/common/
multi_process_lock_unittest.cc 72 // Test basic creation/destruction with no lock taken
119 // Check to see that lock is released when it goes out of scope.
135 // OS X sends out a log if a lock fails.
  /external/guava/src/com/google/common/util/concurrent/
ExecutionList.java 66 // Lock while we check state. We must maintain the lock while adding the
93 // Lock while we update our state so the add method above will finish adding
  /external/kernel-headers/original/linux/
kd.h 29 #define LED_SCR 0x01 /* scroll lock led */
30 #define LED_NUM 0x02 /* num lock led */
31 #define LED_CAP 0x04 /* caps lock led */
  /external/llvm/lib/Support/
DynamicLibrary.cpp 47 SmartScopedLock<true> lock(getMutex());
75 SmartScopedLock<true> lock(getMutex());
129 SmartScopedLock<true> Lock(getMutex());
  /external/qemu/
aio-android.c 25 /* This is a simple lock used to protect the aio_handlers list. Specifically,
70 /* If the lock is held, just mark the node as deleted */
76 * releasing the walking_handlers lock.
aio.c 24 /* This is a simple lock used to protect the aio_handlers list. Specifically,
69 /* If the lock is held, just mark the node as deleted */
75 * releasing the walking_handlers lock.
  /external/qemu/audio/
dsound_template.h 100 dsound_logerr (hr, "Could not lock " NAME "\n");
106 dsound_logerr (hr, "Could not lock " NAME "\n");
114 dolog ("%d attempts to lock " NAME " failed\n", i);
  /external/tcpdump/
smb.h 25 #define SMBlock 0x0C /* lock byte range */
52 #define SMBlockread 0x13 /* Lock a range and read */
69 #define SMBlockingX 0x24 /* lock/unlock byte ranges and X */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 286 // The parent thread holds V's lock on our behalf.
344 // LOCK IS GONE BELOW THIS POINT
389 /* When we enter here we hold no lock (!), so we better acquire it
390 pronto. Why do we hold no lock? Because (presumably) the only
393 lock. At least that's clear for the 'reuse' case. The
396 lock. */
454 /* Drop the lock before going into
458 would be to not drop the lock but instead "upgrade" it from a
459 LL lock to a full lock, but that's too much like hard wor
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 74 JSLock lock(LockForReal);
86 JSLock lock(LockForReal);
123 JSLock lock(exec);
  /external/webkit/Source/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 153 atomicallyInitializedStaticMutex->lock();
226 void Mutex::lock() function in class:WTF::Mutex
228 m_mutex->lock();
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 72 JSLock lock(SilenceAssertionsOnly);
110 JSLock lock(SilenceAssertionsOnly);
122 JSLock lock(SilenceAssertionsOnly);
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 104 // This lock guarantees that only one thread can invoke
287 JSLock lock(SilenceAssertionsOnly);
312 JSLock lock(SilenceAssertionsOnly);
343 JSLock lock(SilenceAssertionsOnly);
359 JSLock lock(SilenceAssertionsOnly);
374 JSLock lock(SilenceAssertionsOnly);
389 JSLock lock(SilenceAssertionsOnly);
405 JSLock lock(SilenceAssertionsOnly);
418 JSLock lock(SilenceAssertionsOnly);
476 JSLock lock(SilenceAssertionsOnly)
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 66 JSLock lock(SilenceAssertionsOnly);
82 JSLock lock(SilenceAssertionsOnly);
103 JSLock lock(SilenceAssertionsOnly);
  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.h 50 // Must be called with the context's graph lock.
56 // Must be called with the context's graph lock.
72 // This must be called when we own the context's graph lock in the audio thread at the very start or end of the render quantum.
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp 145 JSLock lock(SilenceAssertionsOnly);
192 JSLock lock(SilenceAssertionsOnly);
272 JSLock lock(SilenceAssertionsOnly);

Completed in 629 milliseconds

<<41424344454647484950>>