Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h562 uint32_t IncrementLockCount() { return ++m_lock_count; } in IncrementLockCount() function
H A DScriptInterpreterPython.cpp230 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()