| /external/clang/test/SemaCXX/ |
| D | operator-arrow-temporary.cpp | 8 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/ |
| D | PluginLoader.cpp | 27 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
|
| D | ManagedStatic.cpp | 36 MutexGuard Lock(getManagedStaticMutex()); in RegisterManagedStatic() local 86 MutexGuard Lock(getManagedStaticMutex()); in llvm_shutdown() local
|
| D | ErrorHandling.cpp | 48 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/ |
| D | LeakDetector.cpp | 33 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/ |
| D | lock.h | 26 typedef boost::mutex Lock; typedef 47 Lock() : thread_checker_() {} in Lock() function
|
| /external/chromium_org/ppapi/proxy/ |
| D | proxy_completion_callback_factory.h | 59 Lock() {} in Lock() function 69 explicit AutoLock(Lock&) {} in AutoLock() argument
|
| /external/chromium_org/ppapi/utility/ |
| D | completion_callback_factory_thread_traits.h | 68 typedef pp::Lock Lock; typedef 126 Lock() { in Lock() function
|
| /external/ceres-solver/internal/ceres/ |
| D | mutex.h | 206 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/ |
| D | mutex.h | 101 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/ |
| D | mutex.h | 97 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/ |
| D | simple_mutex.h | 210 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/ |
| D | simple_mutex.h | 210 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/ |
| D | mac_security_services_lock.h | 11 class Lock; variable
|
| D | nss_util.h | 16 class Lock; variable
|
| /external/lldb/source/Host/common/ |
| D | Mutex.cpp | 143 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/ |
| D | firefox_profile_lock_win.cc | 58 void FirefoxProfileLock::Lock() { in Lock() function in FirefoxProfileLock
|
| /external/chromium_org/v8/src/base/platform/ |
| D | mutex.cc | 127 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/ |
| D | lock.cc | 11 Lock::Lock() { in Lock() function in pp::Lock
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
| D | lock.cc | 23 Lock::Lock() { in Lock() function in sfntly::Lock
|
| /external/chromium_org/native_client_sdk/src/libraries/sdk_util/ |
| D | simple_lock.h | 29 void Lock() const { pthread_mutex_lock(&lock_); } in Lock() function
|
| /external/chromium_org/base/synchronization/ |
| D | lock.cc | 16 Lock::Lock() : lock_() { in Lock() function in base::Lock
|
| D | lock_impl_win.cc | 27 void LockImpl::Lock() { in Lock() function in base::internal::LockImpl
|
| /external/sfntly/cpp/src/sfntly/port/ |
| D | lock.cc | 23 Lock::Lock() { in Lock() function in sfntly::Lock
|
| /external/chromium_org/base/metrics/ |
| D | statistics_recorder.h | 27 class Lock; variable
|