Searched defs:Locker (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | PThreadMutex.cpp | 24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int lin… in Locker() function in PThreadMutex::Locker 34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int lin… in Locker() function in PThreadMutex::Locker 44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const … in Locker() function in PThreadMutex::Locker
|
/external/lldb/source/Host/common/ |
D | Mutex.cpp | 98 Mutex::Locker::Locker () : in Locker() function in Mutex::Locker 109 Mutex::Locker::Locker (Mutex& m) : in Locker() function in Mutex::Locker 121 Mutex::Locker::Locker (Mutex* m) : in Locker() function in Mutex::Locker
|
/external/lldb/examples/interposing/darwin/fd_interposing/ |
D | FDInterposing.cpp | 331 class Locker class 334 Locker (pthread_mutex_t *mutex_ptr) : in Locker() function in fd_interposing::Locker 341 Locker (pthread_mutex_t *mutex_ptr, bool &lock_acquired) : in Locker() function in fd_interposing::Locker
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 161 ScriptInterpreterPython::Locker::Locker (ScriptInterpreterPython *py_interpreter, in Locker() function in ScriptInterpreterPython::Locker
|
/external/v8/include/ |
D | v8.h | 5673 V8_INLINE explicit Locker(Isolate* isolate) { Initialize(isolate); } in Locker() function
|