Home
last modified time | relevance | path

Searched refs:rtx_work_queue (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c192 struct k_work_q *rtx_work_queue = br_chan->rtx_work.queue; in l2cap_br_chan_destroy() local
194 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_br_chan_destroy()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1304 struct k_work_q *rtx_work_queue = le_chan->rtx_work.queue; in l2cap_chan_destroy() local
1306 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_chan_destroy()