Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h372 uint32_t IncrementLockCount() { return ++m_lock_count; } in IncrementLockCount() function
H A DScriptInterpreterPython.cpp371 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()