Searched refs:read_thread (Results 1 – 2 of 2) sorted by relevance
415 thrd_t read_thread; in hci_open_channel() local416 thrd_create_with_name(&read_thread, hci_read_thread, hci, "bt_usb_read_thread"); in hci_open_channel()418 thrd_detach(read_thread); in hci_open_channel()
466 thrd_t read_thread; in hci_open_channel() local467 thrd_create_with_name(&read_thread, hci_read_thread, hci, "bt_usb_read_thread"); in hci_open_channel()469 thrd_detach(read_thread); in hci_open_channel()
Completed in 7 milliseconds