Home
last modified time | relevance | path

Searched full:yielding (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_imx_netc39 do in the RX thread before yielding the processor, in case there is more
DKconfig.nxp_s32_gmac75 may do in the RX thread before yielding the processor, in case there
DKconfig.nxp_s32_netc35 do in the RX thread before yielding the processor, in case there is more
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst141 yielding thread are then allowed to execute before the yielding thread is
143 reschedules the yielding thread without context switching.
/Zephyr-latest/dts/bindings/pinctrl/
Despressif,esp32-pinctrl.yaml82 definition above, yielding
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig107 yielding to the idle thread may put the board into a low power state
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-arch.rst165 must be built with different configurations, yielding two separate images that
/Zephyr-latest/tests/net/arp/src/
Dmain.c546 /* Yielding so that network interface TX thread can proceed. */ in ZTEST()
589 /* Yielding so that network interface TX thread can proceed. */ in ZTEST()
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dak8963.c211 * value of 32760 that corresponds to 4912 uT flux, yielding factor in ak8963_calc_adj()
/Zephyr-latest/arch/arc/core/
Dthread.c169 * executing a loop without yielding. in arch_new_thread()
Dregular_irq.S41 - Explicitly yielding
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c336 /* It should run and finish without this thread yielding. */ in ZTEST()
825 /* It should advance to running without this thread yielding. */ in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1226 * Rather than yielding to idle thread, keep the part awake so debugger can in main()
1502 * Rather than yielding to idle thread, keep the part awake so debugger can in main()
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h547 * Notification that OP-TEE expects a yielding call to do some bottom half
/Zephyr-latest/kernel/
DKconfig586 without yielding.
/Zephyr-latest/include/zephyr/
Dkernel.h958 * as to what the next thread to execute should be. Unlike yielding, this
962 * yielding will switch to that higher priority thread whereas this routine
4139 * Yielding between items helps guarantee the work queue
4144 * yielding between items. This may be appropriate when a
4145 * sequence of items should complete without yielding
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1197 yielding
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c1028 /* Disable Rx filters when yielding or stopping scan window */
/Zephyr-latest/doc/hardware/porting/
Darch.rst236 yielding/sleeping primitives.