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

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, function in class:PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, function in class:PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, function in class:PThreadMutex::Locker
[all...]
H A DPThreadMutex.h32 class Locker { class in class:PThreadMutex
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h301 class Locker : public ScriptInterpreterLocker { class in class:lldb_private::ScriptInterpreterPythonImpl
[all...]
H A DScriptInterpreterPython.cpp344 ScriptInterpreterPythonImpl::Locker::Locker( function in class:ScriptInterpreterPythonImpl::Locker
[all...]
/openbsd-current/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp251 class Locker { class in namespace:fd_interposing
253 Locker(pthread_mutex_t *mutex_ptr) : m_mutex_ptr(mutex_ptr) { function in class:fd_interposing::Locker
258 Locker(pthread_mutex_t *mutex_ptr, bool &lock_acquired) : m_mutex_ptr(NULL) { function in class:fd_interposing::Locker
[all...]

Completed in 206 milliseconds