Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A 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
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp26 using Locker = ScriptInterpreterPythonImpl::Locker; global() typedef
H A DScriptedPlatformPythonInterface.cpp28 using Locker = ScriptInterpreterPythonImpl::Locker; global() typedef
H A DScriptedThreadPythonInterface.cpp27 using Locker = ScriptInterpreterPythonImpl::Locker; typedef
H A DScriptedPythonInterface.h79 using Locker = ScriptInterpreterPythonImpl::Locker; CreatePluginObject() local
234 using Locker = ScriptInterpreterPythonImpl::Locker; Dispatch() local
[all...]
H A DScriptedProcessPythonInterface.cpp30 using Locker = ScriptInterpreterPythonImpl::Locker; global() typedef
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A 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
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp365 ScriptInterpreterPythonImpl::Locker::Locker( Locker() function in ScriptInterpreterPythonImpl::Locker
[all...]