| /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 | 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
|
| D | DynamicLibrary.cpp | 112 SmartScopedLock<true> Lock(*SymbolsMutex); in SearchForAddressOfSymbol() 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/sfntly/cpp/src/sfntly/port/ |
| D | lock.cc | 23 Lock::Lock() { in Lock() function in sfntly::Lock
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_mutex.h | 29 void Lock() { in Lock() function 103 void Lock() { in Lock() function
|
| /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/llvm/include/llvm/ |
| D | PassRegistry.h | 42 mutable sys::SmartRWMutex<true> Lock; variable
|
| /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
| D | destructor.pass.cpp | 25 typedef std::unique_lock<std::mutex> Lock; typedef
|
| /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/compiler-rt/lib/tsan/rtl/ |
| D | tsan_mutex.cc | 132 void InternalDeadlockDetector::Lock(MutexType t) { in Lock() function in __tsan::InternalDeadlockDetector 224 void Mutex::Lock() { in Lock() function in __tsan::Mutex
|
| D | tsan_mutex.h | 66 typedef GenericScopedLock<Mutex> Lock; typedef
|
| /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
|
| /external/lldb/include/lldb/Host/ |
| D | Mutex.h | 106 Lock (Mutex *mutex) in Lock() function
|
| /external/valgrind/drd/tests/ |
| D | tsan_thread_wrappers_pthread.h | 120 void Lock() { in Lock() function 143 void Lock() { in Lock() function 202 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));} in Lock() function 303 void Lock() { CHECK(0 == pthread_rwlock_wrlock(&mu_)); } in Lock() function
|
| /external/lldb/source/Plugins/Disassembler/llvm/ |
| D | DisassemblerLLVMC.h | 142 void Lock(InstructionLLVMC *inst, in Lock() function
|
| /external/compiler-rt/lib/tsan/benchmarks/ |
| D | vts_many_threads_bench.cc | 35 void Lock() { pthread_mutex_lock(&m_); } in Lock() function in Mutex
|
| /external/drm_hwcomposer/ |
| D | worker.cpp | 73 int Worker::Lock() { in Lock() function in android::Worker
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | common.cc | 265 void Mutex::Lock() { in Lock() function in google::protobuf::Mutex 301 void Mutex::Lock() { in Lock() function in google::protobuf::Mutex
|