Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 25 of 122) sorted by relevance

12345

/external/clang/test/SemaCXX/
Doperator-arrow-temporary.cpp8 template<int x> struct Lock { struct
9 ~Lock() { int a[x]; } // expected-error {{declared as an array with a negative size}} in ~Lock() argument
14 Lock<-1> operator->(); argument
/external/llvm/lib/Support/
DPluginLoader.cpp27 sys::SmartScopedLock<true> Lock(*PluginsLock); in operator =() local
38 sys::SmartScopedLock<true> Lock(*PluginsLock); in getNumPlugins() local
43 sys::SmartScopedLock<true> Lock(*PluginsLock); in getPlugin() local
DManagedStatic.cpp36 MutexGuard Lock(getManagedStaticMutex()); in RegisterManagedStatic() local
86 MutexGuard Lock(getManagedStaticMutex()); in llvm_shutdown() local
DErrorHandling.cpp48 llvm::MutexGuard Lock(ErrorHandlerMutex); in install_fatal_error_handler() local
55 llvm::MutexGuard Lock(ErrorHandlerMutex); in remove_fatal_error_handler() local
78 llvm::MutexGuard Lock(ErrorHandlerMutex); in report_fatal_error() local
/external/llvm/lib/IR/
DLeakDetector.cpp33 sys::SmartScopedLock<true> Lock(*ObjectsLock); in addGarbageObjectImpl() local
43 sys::SmartScopedLock<true> Lock(*ObjectsLock); in removeGarbageObjectImpl() local
55 sys::SmartScopedLock<true> Lock(*ObjectsLock); in checkForGarbageImpl() local
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
Dlock.h26 typedef boost::mutex Lock; typedef
47 Lock() : thread_checker_() {} in Lock() function
/external/chromium_org/ppapi/proxy/
Dproxy_completion_callback_factory.h59 Lock() {} in Lock() function
69 explicit AutoLock(Lock&) {} in AutoLock() argument
/external/chromium_org/ppapi/utility/
Dcompletion_callback_factory_thread_traits.h68 typedef pp::Lock Lock; typedef
126 Lock() { in Lock() function
/external/ceres-solver/internal/ceres/
Dmutex.h206 void Mutex::Lock() { assert(--mutex_ == -1); } in Lock() function
218 void Mutex::Lock() { if (is_safe_) EnterCriticalSection(&mutex_); } in Lock() function
238 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock() function
260 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_mutex_lock); } in Lock() function
/external/chromium_org/third_party/re2/util/
Dmutex.h101 void Mutex::Lock() { assert(--mutex_ == -1); } in Lock() function
114 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); } in Lock() function
129 void Mutex::Lock() { SAFE_PTHREAD(pthread_mutex_lock(&mutex_)); } in Lock() function
140 void Mutex::Lock() { EnterCriticalSection(&mutex_); } in Lock() function
/external/regex-re2/util/
Dmutex.h97 void Mutex::Lock() { assert(--mutex_ == -1); } in Lock() function
110 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); } in Lock() function
125 void Mutex::Lock() { SAFE_PTHREAD(pthread_mutex_lock(&mutex_)); } in Lock() function
136 void Mutex::Lock() { EnterCriticalSection(&mutex_); } in Lock() function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dsimple_mutex.h210 void Mutex::Lock() { assert(--mutex_ == -1); } in Lock() function
227 void Mutex::Lock() { if (is_safe_) EnterCriticalSection(&mutex_); } in Lock() function
249 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock() function
272 void Mutex::Lock() { SAFE_PTHREAD(pthread_mutex_lock); } in Lock() function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dsimple_mutex.h210 void Mutex::Lock() { assert(--mutex_ == -1); } in Lock() function
227 void Mutex::Lock() { if (is_safe_) EnterCriticalSection(&mutex_); } in Lock() function
249 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock() function
272 void Mutex::Lock() { SAFE_PTHREAD(pthread_mutex_lock); } in Lock() function
/external/chromium_org/crypto/
Dmac_security_services_lock.h11 class Lock; variable
Dnss_util.h16 class Lock; variable
/external/lldb/source/Host/common/
DMutex.cpp143 Mutex::Locker::Lock (Mutex &mutex) in Lock() function in Mutex::Locker
273 Mutex::Lock() in Lock() function in Mutex
358 LoggingMutex::Lock () in Lock() function in LoggingMutex
/external/chromium_org/chrome/browser/importer/
Dfirefox_profile_lock_win.cc58 void FirefoxProfileLock::Lock() { in Lock() function in FirefoxProfileLock
/external/chromium_org/v8/src/base/platform/
Dmutex.cc127 void Mutex::Lock() { in Lock() function in v8::base::Mutex
162 void RecursiveMutex::Lock() { in Lock() function in v8::base::RecursiveMutex
/external/chromium_org/ppapi/utility/threading/
Dlock.cc11 Lock::Lock() { in Lock() function in pp::Lock
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Dlock.cc23 Lock::Lock() { in Lock() function in sfntly::Lock
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
Dsimple_lock.h29 void Lock() const { pthread_mutex_lock(&lock_); } in Lock() function
/external/chromium_org/base/synchronization/
Dlock.cc16 Lock::Lock() : lock_() { in Lock() function in base::Lock
Dlock_impl_win.cc27 void LockImpl::Lock() { in Lock() function in base::internal::LockImpl
/external/sfntly/cpp/src/sfntly/port/
Dlock.cc23 Lock::Lock() { in Lock() function in sfntly::Lock
/external/chromium_org/base/metrics/
Dstatistics_recorder.h27 class Lock; variable

12345