Home
last modified time | relevance | path

Searched defs:Locker (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp24 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/
DMutex.cpp98 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/
DFDInterposing.cpp331 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/
DScriptInterpreterPython.cpp161 ScriptInterpreterPython::Locker::Locker (ScriptInterpreterPython *py_interpreter, in Locker() function in ScriptInterpreterPython::Locker
/external/v8/include/
Dv8.h5673 V8_INLINE explicit Locker(Isolate* isolate) { Initialize(isolate); } in Locker() function