Searched refs:read_wait_item_count (Results 1 – 2 of 2) sorted by relevance
57 uint32_t read_wait_item_count; member136 hci->read_wait_item_count = count; in hci_build_read_wait_items_locked()333 return hci->read_wait_item_count > 2; in hci_has_read_channels_locked()351 zx_status_t status = zx_object_wait_many(hci->read_wait_items, hci->read_wait_item_count, in hci_read_thread()363 for (unsigned i = 0; i < hci->read_wait_item_count; ++i) { in hci_read_thread()
64 uint32_t read_wait_item_count; member289 hci->read_wait_item_count = count; in hci_build_read_wait_items_locked()386 return hci->read_wait_item_count > 1; in hci_has_read_channels_locked()405 hci->read_wait_items, hci->read_wait_item_count, ZX_TIME_INFINITE); in hci_read_thread()416 for (unsigned i = 0; i < hci->read_wait_item_count; ++i) { in hci_read_thread()
Completed in 6 milliseconds