Searched refs:thread (Results 901 – 920 of 920) sorted by relevance
1...<<31323334353637
368 k_thread_name_set(&ot_work_q.thread, "ot_radio_workq"); in platformRadioInit()
724 #include <zephyr/linker/thread-local-storage.ld>
974 #include <zephyr/linker/thread-local-storage.ld>
1587 k_thread_name_set(&data->workq.thread, "esp_workq"); in esp_init()
111 struct k_thread thread; member
1401 k_tid_t tid = k_thread_create(sh->thread, in shell_init()
774 #include <zephyr/linker/thread-local-storage.ld>
1871 k_thread_name_set(&mdns_work_q.thread, "mdns_work"); in mdns_responder_init()
872 #include <zephyr/linker/thread-local-storage.ld>
890 #include <zephyr/linker/thread-local-storage.ld>
218 if (k_current_get() == &k_sys_work_q.thread) { in bt_ag_tx_alloc()
200 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_br_chan_destroy()
160 could slow down the calling thread.
4670 k_thread_name_set(&tcp_work_q.thread, "tcp_work"); in net_tcp_init()4671 NET_DBG("Workq started. Thread ID: %p", &tcp_work_q.thread); in net_tcp_init()
920 #include <zephyr/linker/thread-local-storage.ld>
957 #include <zephyr/linker/thread-local-storage.ld>
1134 self.instance.handler.thread = None
235 HW models. Therefore any normal Zephyr thread will also know only about
1311 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_chan_destroy()
26 # and https://cmake.org/pipermail/cmake/2019-May/thread.html#69496