Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A 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()
/freebsd-13.1/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_fw.h57 uint8_t api_lock; member
H A Dmain.c190 iwmbt_info("API lock: %s", params->api_lock ? "on" : "off"); in iwmbt_dump_boot_params()