Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h367 uint32_t IncrementLockCount() { return ++m_lock_count; } in IncrementLockCount() function
DScriptInterpreterPython.cpp463 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()