| /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 | 37 MutexGuard Lock(getManagedStaticMutex()); in RegisterManagedStatic() local 87 MutexGuard Lock(getManagedStaticMutex()); in llvm_shutdown() local
|
| D | ErrorHandling.cpp | 49 llvm::MutexGuard Lock(*ErrorHandlerMutex); in install_fatal_error_handler() local 56 llvm::MutexGuard Lock(*ErrorHandlerMutex); in remove_fatal_error_handler() local 79 llvm::MutexGuard Lock(*ErrorHandlerMutex); in report_fatal_error() local
|
| /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/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/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/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/libchrome/crypto/ |
| D | nss_util.h | 18 class Lock; variable
|
| /external/sfntly/cpp/src/sfntly/port/ |
| D | lock.cc | 23 Lock::Lock() { in Lock() function in sfntly::Lock
|
| /external/libchrome/base/synchronization/ |
| D | lock.cc | 15 Lock::Lock() : lock_() { in Lock() function in base::Lock
|
| D | lock_impl_posix.cc | 44 void LockImpl::Lock() { in Lock() function in base::internal::LockImpl
|
| D | lock.h | 24 Lock() : lock_() {} in Lock() function
|
| /external/drm_hwcomposer/ |
| D | autolock.cpp | 29 int AutoLock::Lock() { in Lock() function in android::AutoLock
|
| /external/libchrome/base/metrics/ |
| D | statistics_recorder.h | 30 class Lock; variable
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_mutex.h | 29 void Lock() { in Lock() function 103 void Lock() { in Lock() function
|
| /external/llvm/include/llvm/ |
| D | PassRegistry.h | 41 mutable sys::SmartRWMutex<true> Lock; variable
|
| /external/lzma/CPP/Windows/ |
| D | Synchronization.h | 47 WRes Lock() { return Event_Wait(&_object); } in Lock() function 140 WRes Lock() { return Semaphore_Wait(&_object); } in Lock() function
|
| /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
| D | destructor.pass.cpp | 25 typedef std::unique_lock<std::mutex> Lock; typedef
|
| /external/webrtc/webrtc/modules/desktop_capture/mac/ |
| D | desktop_configuration_monitor.cc | 44 void DesktopConfigurationMonitor::Lock() { in Lock() function in webrtc::DesktopConfigurationMonitor
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_mutex.cc | 134 void InternalDeadlockDetector::Lock(MutexType t) { in Lock() function in __tsan::InternalDeadlockDetector 226 void Mutex::Lock() { in Lock() function in __tsan::Mutex
|
| /external/compiler-rt/lib/builtins/ |
| D | atomic.c | 58 typedef struct _usem Lock; typedef 78 typedef OSSpinLock Lock; typedef 90 typedef _Atomic(uintptr_t) Lock; typedef
|
| /external/lldb/include/lldb/Host/ |
| D | Mutex.h | 106 Lock (Mutex *mutex) in Lock() function
|
| /external/lldb/tools/debugserver/source/ |
| D | PThreadMutex.cpp | 62 PThreadMutex::Locker::Lock() in Lock() function in PThreadMutex::Locker
|
| D | PThreadMutex.h | 134 int Lock() in Lock() function
|