Searched refs:Lock (Results 51 - 75 of 320) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h65 mutable base::Lock records_lock_;
/external/chromium/chrome/common/
H A Dworker_thread_ticker.h76 // Lock to protect is_running_ and tick_handler_list_
77 base::Lock lock_;
/external/chromium/net/socket_stream/
H A Dsocket_stream_job_manager.h38 mutable base::Lock lock_;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.h43 void Lock ();
H A DSDL_syscdrom.c116 Lock ();
337 Lock ();
358 Lock();
398 Lock ();
420 Lock ();
442 Lock ();
472 Lock ();
/external/webkit/Tools/Scripts/webkitpy/common/thread/
H A Dthreadedmessagequeue.py38 self._lock = threading.Lock()
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp147 printf_mu.Lock();\
365 // 3. MU.Lock() a. write(GLOB)
366 // b. MU.Lock()
379 MU.Lock();
390 MU.Lock();
415 // b. MU.Lock()
427 MU.Lock();
495 // 3. MU.Lock() a. write(GLOB)
496 // b. MU.Lock()
507 MU.Lock();
[all...]
H A Dtsan_thread_wrappers_pthread.h120 void Lock() { function in class:SpinLock
143 void Lock() { function in class:SpinLock
202 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));} function in class:Mutex
210 void ReaderLock() { Lock(); }
214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); }
219 { Lock(); return WaitLoopWithTimeout(cond, millis); }
221 { Lock(); return WaitLoopWithTimeout(cond, millis); }
265 mu_->Lock();
303 void Lock() { CHEC function in class:RWLock
[all...]
H A Dhold_lock_1.stderr.exp6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
/external/chromium/chrome/browser/
H A Dmach_broker_mac.h73 base::Lock& GetLock();
103 mutable base::Lock lock_;
H A Dgpu_data_manager.h96 mutable base::Lock gpu_info_lock_;
/external/chromium/crypto/
H A Dopenssl_util.cc49 locks_.push_back(new base::Lock());
73 ScopedVector<base::Lock> locks_;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h29 void Lock() { function in class:__sanitizer::StaticSpinMutex
71 mu_->Lock();
/external/v8/test/cctest/
H A Dtest-platform-linux.cc30 CHECK_EQ(0, mutex->Lock());
36 CHECK_EQ(0, mutex->Lock());
H A Dtest-platform-nullos.cc30 CHECK_EQ(0, mutex->Lock());
36 CHECK_EQ(0, mutex->Lock());
/external/valgrind/main/helgrind/tests/
H A Dtc12_rwl_trivial.stderr.exp12 Lock at 0x........ was first observed
/external/valgrind/unittest/
H A Dracecheck_unittest.cc125 // 3. MU.Lock() a. write(GLOB)
126 // b. MU.Lock()
139 MU.Lock();
150 MU.Lock();
175 // b. MU.Lock()
187 MU.Lock();
255 // 3. MU.Lock() a. write(GLOB)
256 // b. MU.Lock()
267 MU.Lock();
275 MU.Lock();
[all...]
H A Dthread_wrappers_pthread.h160 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));} function in class:Mutex
169 void ReaderLock() { Lock(); }
173 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
174 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); }
178 { Lock(); return WaitLoopWithTimeout(cond, millis); }
180 { Lock(); return WaitLoopWithTimeout(cond, millis); }
244 void Lock() { CHECK(0 == pthread_rwlock_wrlock(&mu_)); } function in class:RWLock
281 mu_->Lock();
299 void Lock() { function in class:SpinLock
320 void Lock() { function in class:SpinLock
[all...]
/external/chromium/base/
H A Dshared_memory.h49 // calling Lock() to acquire the named mutex before either Create or Open
174 void Lock();
177 // A Lock() implementation with a timeout that also allows setting
179 // Returns true if the Lock() has been acquired, false if the timeout was
181 bool Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr);
221 shared_memory_->Lock();
H A Dmessage_loop_proxy_impl.h54 mutable base::Lock message_loop_lock_;
/external/chromium/base/synchronization/
H A Dlock_impl_posix.cc43 void LockImpl::Lock() { function in class:base::internal::LockImpl
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy.h57 base::Lock lock_; // Synchronize all access to the collections.
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.h84 base::Lock hang_detection_lock_;
/external/chromium/chrome/browser/sync/engine/
H A Dall_status.h60 mutable base::Lock mutex_; // Protects all data members.
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h65 Lock();
110 Lock();
183 return(Lock());
230 Lock();

Completed in 508 milliseconds

1234567891011>>