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

/freebsd-12-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_fw.h57 uint8_t api_lock; member in struct:iwmbt_boot_params
H A Dmain.c154 iwmbt_info("API lock: %s", params->api_lock ? "on" : "off");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp168 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(),
170 (void)api_lock.try_lock(); // See above.
310 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(),
312 (void)api_lock.try_lock(); // See above.
397 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(),
399 (void)api_lock.try_lock(); // See above.

Completed in 105 milliseconds