Home
last modified time | relevance | path

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

12

/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.cpp49 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
DDynamicLibrary.cpp112 SmartScopedLock<true> Lock(*SymbolsMutex); in SearchForAddressOfSymbol() local
/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/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/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/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/sfntly/cpp/src/sfntly/port/
Dlock.cc23 Lock::Lock() { in Lock() function in sfntly::Lock
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h29 void Lock() { in Lock() function
103 void Lock() { in Lock() function
/external/lzma/CPP/Windows/
DSynchronization.h47 WRes Lock() { return Event_Wait(&_object); } in Lock() function
140 WRes Lock() { return Semaphore_Wait(&_object); } in Lock() function
/external/llvm/include/llvm/
DPassRegistry.h42 mutable sys::SmartRWMutex<true> Lock; variable
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp25 typedef std::unique_lock<std::mutex> Lock; typedef
/external/compiler-rt/lib/builtins/
Datomic.c58 typedef struct _usem Lock; typedef
78 typedef OSSpinLock Lock; typedef
90 typedef _Atomic(uintptr_t) Lock; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc132 void InternalDeadlockDetector::Lock(MutexType t) { in Lock() function in __tsan::InternalDeadlockDetector
224 void Mutex::Lock() { in Lock() function in __tsan::Mutex
Dtsan_mutex.h66 typedef GenericScopedLock<Mutex> Lock; typedef
/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp62 PThreadMutex::Locker::Lock() in Lock() function in PThreadMutex::Locker
DPThreadMutex.h134 int Lock() in Lock() function
/external/lldb/include/lldb/Host/
DMutex.h106 Lock (Mutex *mutex) in Lock() function
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h120 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/
DDisassemblerLLVMC.h142 void Lock(InstructionLLVMC *inst, in Lock() function
/external/compiler-rt/lib/tsan/benchmarks/
Dvts_many_threads_bench.cc35 void Lock() { pthread_mutex_lock(&m_); } in Lock() function in Mutex
/external/drm_hwcomposer/
Dworker.cpp73 int Worker::Lock() { in Lock() function in android::Worker
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc265 void Mutex::Lock() { in Lock() function in google::protobuf::Mutex
301 void Mutex::Lock() { in Lock() function in google::protobuf::Mutex

12