HomeSort by relevance Sort by last modified time
    Searched refs:Lock (Results 251 - 275 of 957) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/synchronization/
condition_variable_win.cc 12 #include "base/synchronization/lock.h"
74 WinVistaCondVar(Lock* user_lock);
83 base::Lock& user_lock_;
87 WinVistaCondVar::WinVistaCondVar(Lock* user_lock)
129 WinXPCondVar(Lock* user_lock);
140 // All calls to methods MUST be done under protection of a lock so that links
141 // can be validated. Without the lock, some links might asynchronously
191 base::Lock internal_lock_;
193 // Lock that is acquired before calling Wait().
194 base::Lock& user_lock_
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_origin_identifier_value_map.h 18 class Lock;
73 // |GetRuleIterator|) before the iterator has been destroyed. If |lock| is
78 base::Lock* lock) const;
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.h 15 #include "base/synchronization/lock.h"
225 base::Lock allocated_dibs_lock_;
234 base::Lock pending_paints_lock_;
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 77 instance_->Lock();
116 // member variable |instance_| to access a WebPluginIMEWIn instance. We lock
119 void Lock();
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.h 15 #include "base/synchronization/lock.h"
123 base::Lock stopped_lock_;
135 base::Lock working_loop_lock_;
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 16 #include "base/synchronization/lock.h"
40 void Lock();
45 base::Lock mu_;
  /external/chromium_org/win8/metro_driver/
print_handler.h 12 #include "base/synchronization/lock.h"
19 class Lock;
90 // to Chrome so it can call directly into it. We need to lock the access to
92 static base::Lock* lock_;
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 35 void Lock() { pthread_mutex_lock(&m_); }
64 mutexes[(offset + i) % kNumMutexes].Lock();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 97 t.Lock(m);
101 m.Lock();
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 29 sys::Mutex Lock; // Guards FSValues, but not the values inside it.
75 sys::ScopedLock locked(PG.Lock);
  /external/valgrind/main/drd/tests/
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /external/valgrind/main/helgrind/
hg_errors.h 56 void HG_(record_error_UnlockUnlocked) ( Thread*, Lock* );
57 void HG_(record_error_UnlockForeign) ( Thread*, Thread*, Lock* );
  /art/runtime/base/
mutex_test.cc 29 // This test is single-threaded, so we also know _who_ should hold the lock.
41 mu.Lock(Thread::Current());
65 mu.Lock(Thread::Current());
67 mu.Lock(Thread::Current());
105 state->mu.Lock(Thread::Current());
118 state.mu.Lock(Thread::Current());
119 state.mu.Lock(Thread::Current());
  /external/chromium/base/threading/
thread_collision_warner_unittest.cc 7 #include "base/synchronization/lock.h"
266 // a lock.
269 QueueUser(NonThreadSafeQueue& queue, base::Lock& lock)
271 lock_(lock) {}
285 base::Lock& lock_;
292 base::Lock lock; local
294 QueueUser queue_user_a(queue, lock);
295 QueueUser queue_user_b(queue, lock);
370 base::Lock lock; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 15 #include "base/synchronization/lock.h"
169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel;
212 base::AutoLock lock(scm_->server_parameters_mutex_);
290 base::AutoLock lock(terminate_all_io_mutex_);
305 base::AutoLock lock(auth_token_mutex_);
310 base::AutoLock lock(auth_token_mutex_);
316 base::AutoLock lock(path_mutex_);
321 base::AutoLock lock(path_mutex_);
338 mutable base::Lock server_parameters_mutex_;
356 mutable base::Lock path_mutex_
    [all...]
  /external/chromium_org/base/threading/
thread_collision_warner_unittest.cc 7 #include "base/synchronization/lock.h"
266 // a lock.
269 QueueUser(NonThreadSafeQueue& queue, base::Lock& lock)
271 lock_(lock) {}
285 base::Lock& lock_;
292 base::Lock lock; local
294 QueueUser queue_user_a(queue, lock);
295 QueueUser queue_user_b(queue, lock);
370 base::Lock lock; local
    [all...]
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.stderr.exp 8 Thread #x unlocked a not-locked lock at 0x........
12 Lock at 0x........ was first observed
28 Thread #x unlocked lock at 0x........ currently held by thread #x
33 Lock at 0x........ was first observed
40 Thread #x unlocked an invalid lock at 0x........
56 Thread #x unlocked a not-locked lock at 0x........
60 Lock at 0x........ was first observed
67 Thread #x: Attempt to re-lock a non-recursive lock I already hold
71 Lock was previously acquire
    [all...]
  /bionic/libc/bionic/
pthread_key.cpp 84 Lock();
162 Lock();
179 void Lock() {
238 // For performance reasons, we do not lock/unlock the global TLS map
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 28 import java.util.concurrent.locks.Lock;
108 private final Lock mLock = new ReentrantLock();
113 mLock.lock();
124 mLock.lock();
143 private final Lock mLock = new ReentrantLock();
148 mLock.lock();
160 mLock.lock();
  /external/chromium/base/
shared_memory_win.cc 199 void SharedMemory::Lock() {
200 Lock(INFINITE, NULL);
203 bool SharedMemory::Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr) {
206 name.append(L"lock");
  /external/chromium_org/chrome_frame/crash_reporting/
crash_report.cc 9 #include "base/synchronization/lock.h"
16 // This lock protects against concurrent access to g_breakpad.
17 static base::Lock g_breakpad_lock;
57 base::Lock* breakpad_lock);
81 base::Lock* breakpad_lock) {
122 base::AutoLock lock(g_breakpad_lock);
168 base::AutoLock lock(g_breakpad_lock);
175 base::AutoLock lock(g_breakpad_lock);
  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 15 #include "base/synchronization/lock.h"
309 mutable base::Lock configs_lock_;
320 mutable base::Lock strike_register_lock_;
338 mutable base::Lock server_nonce_strike_register_lock_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 70 void BlockInit() { init_blocker_.Lock(); }
88 MutexLock lock(&done_mutex_);
124 MutexLock lock(&done_mutex_);
142 MutexLock lock(&mutex_);
162 MutexLock lock(&mutex_);
166 init_blocker_.Lock();
168 mutex_.Lock();
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 70 void BlockInit() { init_blocker_.Lock(); }
88 MutexLock lock(&done_mutex_);
124 MutexLock lock(&done_mutex_);
142 MutexLock lock(&mutex_);
162 MutexLock lock(&mutex_);
166 init_blocker_.Lock();
168 mutex_.Lock();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
94 The managers methods such as `Lock()`, `Condition()` and `Queue()`
171 def Lock():
173 Returns a non-recursive lock object
175 from multiprocessing.synchronize import Lock
176 return Lock()
180 Returns a recursive lock object
185 def Condition(lock=None):
190 return Condition(lock)

Completed in 589 milliseconds

<<11121314151617181920>>