Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp251 class Locker { class
253 Locker(pthread_mutex_t *mutex_ptr) : m_mutex_ptr(mutex_ptr) { in Locker() function in fd_interposing::Locker
258 Locker(pthread_mutex_t *mutex_ptr, bool &lock_acquired) : m_mutex_ptr(NULL) { in Locker() function in fd_interposing::Locker
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp435 ScriptInterpreterPythonImpl::Locker::Locker( in Locker() function in ScriptInterpreterPythonImpl::Locker