Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp158 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in UpdateThreadList() local
160 (void)api_lock.try_lock(); // See above. in UpdateThreadList()
300 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateRegisterContextForThread() local
302 (void)api_lock.try_lock(); // See above. in CreateRegisterContextForThread()
387 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateThread() local
389 (void)api_lock.try_lock(); // See above. in CreateThread()