HomeSort by relevance Sort by last modified time
    Searched refs:lock_ (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/printing/
print_job_manager.cc 24 base::AutoLock lock(lock_);
62 base::AutoLock lock(lock_);
70 base::AutoLock lock(lock_);
  /external/webkit/Source/JavaScriptCore/wtf/
TCSpinLock.h 273 TCMalloc_SpinLock* lock_; member in class:TCMalloc_SpinLockHolder
276 : lock_(l) { l->Lock(); }
277 inline ~TCMalloc_SpinLockHolder() { lock_->Unlock(); }
  /external/chromium/base/threading/
simple_thread.cc 117 AutoLock locked(lock_);
131 AutoLock locked(lock_);
simple_thread.h 178 base::Lock lock_; // Locks delegates_ member in class:base::DelegateSimpleThreadPool
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 260 // Helper function should be called only while holding lock_.
266 base::Lock lock_; member in class:ThreadWatcherList
316 static base::Lock lock_; member in class:WatchDogThread
histogram_synchronizer.h 122 // This lock_ protects access to all members.
123 base::Lock lock_; member in class:HistogramSynchronizer
  /external/chromium/net/ocsp/
nss_ocsp.cc 49 base::AutoLock autolock(lock_);
57 base::AutoLock autolock(lock_);
77 mutable base::Lock lock_; member in class:__anon3741::OCSPIOLoop
78 bool shutdown_; // Protected by |lock_|.
79 std::set<OCSPRequestSession*> requests_; // Protected by |lock_|.
80 bool used_; // Protected by |lock_|.
82 MessageLoopForIO* io_loop_; // Protected by |lock_|.
160 cv_(&lock_),
178 // set only in StartURLRequest, so no need to lock |lock_| here.
190 // IO thread may set |io_loop_| to NULL, so protect by |lock_|
404 mutable base::Lock lock_; member in class:__anon3741::OCSPRequestSession
    [all...]
  /external/chromium/base/synchronization/
condition_variable_posix.cc 17 : user_mutex_(user_lock->lock_.os_lock())
waitable_event.h 153 base::Lock lock_; member in struct:base::WaitableEvent::WaitableEventKernel
  /external/chromium/chrome/browser/
mach_broker_mac.h 103 mutable base::Lock lock_; member in class:MachBroker
browsing_data_database_helper.h 153 mutable base::Lock lock_; member in class:CannedBrowsingDataDatabaseHelper
browsing_data_indexed_db_helper.h 130 mutable base::Lock lock_; member in class:CannedBrowsingDataIndexedDBHelper
browsing_data_local_storage_helper.h 140 mutable base::Lock lock_; member in class:CannedBrowsingDataLocalStorageHelper
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 99 base::Lock lock_; member in class:syncable::DirectoryManager
  /external/chromium/net/base/
capturing_net_log.h 68 mutable base::Lock lock_; member in class:net::CapturingNetLog
cookie_monster.cc 542 base::AutoLock autolock(lock_);
568 base::AutoLock autolock(lock_);
603 base::AutoLock autolock(lock_);
626 base::AutoLock autolock(lock_);
646 base::AutoLock autolock(lock_);
671 base::AutoLock autolock(lock_);
702 base::AutoLock autolock(lock_);
718 base::AutoLock autolock(lock_);
748 base::AutoLock autolock(lock_);
758 base::AutoLock autolock(lock_);
    [all...]
  /external/chromium/net/url_request/
url_request_job_manager.cc 148 base::AutoLock locked(lock_);
167 base::AutoLock locked(lock_);
190 base::AutoLock locked(lock_);
203 base::AutoLock locked(lock_);
url_request_job_manager.h 110 mutable base::Lock lock_; member in class:net::URLRequestJobManager
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1261 Mutex lock_; member in class:thread_annot_lock_35_modified::Foo
1262 int a_ GUARDED_BY(lock_);
1265 void Func(Foo* child) LOCKS_EXCLUDED(lock_) {
1268 lock_.Lock();
1272 child->bar(7); // expected-warning {{calling function 'bar' requires exclusive lock on 'lock_'}}
1273 child->a_ = 5; // expected-warning {{writing variable 'a_' requires locking 'lock_' exclusively}}
1274 lock_.Unlock();
1277 void bar(int y) EXCLUSIVE_LOCKS_REQUIRED(lock_) {
1296 Mutex lock_; member in class:thread_annot_lock_36_modified::Foo
1297 int a_ GUARDED_BY(lock_);
    [all...]
  /external/chromium/base/debug/
stack_trace_win.cc 62 base::AutoLock lock(lock_);
132 base::Lock lock_; member in class:base::debug::__anon2242::SymbolContext
  /external/chromium/base/i18n/
file_util_icu.cc 93 base::AutoLock auto_lock(lock_);
123 base::Lock lock_; member in class:__anon2268::LocaleAwareComparator
  /external/chromium/base/files/
file_path_watcher_linux.cc 69 base::Lock lock_; member in class:base::files::__anon2263::InotifyReader
255 base::AutoLock auto_lock(lock_);
275 base::AutoLock auto_lock(lock_);
292 base::AutoLock auto_lock(lock_);
  /external/chromium/base/metrics/
histogram.cc 1127 base::Lock* StatisticsRecorder::lock_ = NULL; member in class:base::StatisticsRecorder
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 52 // |lock_| is not held when calling this, as listeners will usually call one
75 mutable base::Lock lock_; member in class:content_settings::PolicyDefaultProvider
content_settings_pref_provider.h 55 // |lock_| is not held when calling this, as listeners will usually call one
86 mutable base::Lock lock_; member in class:content_settings::PrefDefaultProvider

Completed in 557 milliseconds

1 23 4 5