Home
last modified time | relevance | path

Searched refs:thread (Results 901 – 920 of 920) sorted by relevance

1...<<31323334353637

/Zephyr-latest/modules/openthread/platform/
Dradio.c368 k_thread_name_set(&ot_work_q.thread, "ot_radio_workq"); in platformRadioInit()
/Zephyr-latest/soc/espressif/esp32s3/
Ddefault_appcpu.ld724 #include <zephyr/linker/thread-local-storage.ld>
Ddefault.ld974 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c1587 k_thread_name_set(&data->workq.thread, "esp_workq"); in esp_init()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c111 struct k_thread thread; member
/Zephyr-latest/subsys/shell/
Dshell.c1401 k_tid_t tid = k_thread_create(sh->thread, in shell_init()
/Zephyr-latest/soc/espressif/esp32c2/
Ddefault.ld774 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c1871 k_thread_name_set(&mdns_work_q.thread, "mdns_work"); in mdns_responder_init()
/Zephyr-latest/soc/espressif/esp32c3/
Ddefault.ld872 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/soc/espressif/esp32c6/
Ddefault.ld890 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c218 if (k_current_get() == &k_sys_work_q.thread) { in bt_ag_tx_alloc()
Dl2cap_br.c200 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_br_chan_destroy()
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst160 could slow down the calling thread.
/Zephyr-latest/subsys/net/ip/
Dtcp.c4670 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()
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld920 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/soc/espressif/esp32s2/
Ddefault.ld957 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1134 self.instance.handler.thread = None
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst235 HW models. Therefore any normal Zephyr thread will also know only about
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1311 if (rtx_work_queue == NULL || k_current_get() != &rtx_work_queue->thread) { in l2cap_chan_destroy()
/Zephyr-latest/
DCMakeLists.txt26 # and https://cmake.org/pipermail/cmake/2019-May/thread.html#69496

1...<<31323334353637