Home
last modified time | relevance | path

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

/Zephyr-latest/samples/synchronization/src/
Dmain.c41 struct k_thread *current_thread; in hello_loop() local
47 current_thread = k_current_get(); in hello_loop()
48 tname = k_thread_name_get(current_thread); in hello_loop()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c733 k_tid_t current_thread = k_current_get(); in bt_att_chan_create_pdu() local
735 if (current_thread == k_work_queue_thread_get(&k_sys_work_q)) { in bt_att_chan_create_pdu()
738 } else if (current_thread == att_handle_rsp_thread) { in bt_att_chan_create_pdu()