Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp170 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in UpdateThreadList() local
172 (void)api_lock.try_lock(); // See above. in UpdateThreadList()
312 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateRegisterContextForThread() local
314 (void)api_lock.try_lock(); // See above. in CreateRegisterContextForThread()
399 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateThread() local
401 (void)api_lock.try_lock(); // See above. in CreateThread()