Home
last modified time | relevance | path

Searched refs:FreeLock (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h314 FreeLock = 0x0001, enumerator
321 uint16_t on_leave = FreeLock | TearDownSession,
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp568 ScriptInterpreterPython::Locker::FreeLock); in ~ScriptInterpreterPython()
1788 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_CreatePluginObject()
1800 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_RegisterInfo()
1859 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_ThreadsInfo()
1945 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_RegisterContextData()
2007 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_CreateThread()
2979 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3045 … Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()