Searched refs:read_thread_running (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c58 bool read_thread_running; member in struct:__anon226
342 hci->read_thread_running = false;
388 hci->read_thread_running = false;
412 if (!hci->read_thread_running) {
416 hci->read_thread_running = true;
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c64 bool read_thread_running; member in struct:__anon227
370 hci->read_thread_running = false;
414 hci->read_thread_running = false;
438 if (!hci->read_thread_running) {
442 hci->read_thread_running = true;

Completed in 82 milliseconds