Home
last modified time | relevance | path

Searched refs:no_yield (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/kernel/
Dsystem_work_q.c26 .no_yield = IS_ENABLED(CONFIG_SYSTEM_WORKQUEUE_NO_YIELD), in k_sys_work_q_init()
Dwork.c742 if ((cfg != NULL) && cfg->no_yield) { in k_work_queue_start()
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dstart_stop.c32 .no_yield = true, in ZTEST()
/Zephyr-latest/drivers/i3c/
Di3c_ibi_workq.c221 .no_yield = true, in i3c_ibi_work_q_init()
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/
Dvcmp_ite_it8xxx2.c371 .no_yield = false, in vcmp_it8xxx2_init_work_q()
/Zephyr-latest/subsys/net/ip/
Dnet_mgmt.c426 .no_yield = false, in net_mgmt_event_init()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c526 .no_yield = true, in openthread_init()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c258 cfg.no_yield = true; in test_queue_start()
265 cfg.no_yield = true; in test_queue_start()
/Zephyr-latest/drivers/adc/
Dadc_npcx.c756 .no_yield = false, in adc_npcx_init_cmp_work_q()
/Zephyr-latest/include/zephyr/
Dkernel.h4148 bool no_yield; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c4248 .no_yield = false, in bt_conn_tx_workq_init()