Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst18 average time taken for a yield context switch.
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst61 …thread.yield.preemptive.ctx.k_to_k - Context switch via k_yield : …
62 …thread.yield.cooperative.ctx.k_to_k - Context switch via k_yield : …
114 …thread.yield.preemptive.ctx.k_to_k - Context switch via k_yield : …
115 …thread.yield.cooperative.ctx.k_to_k - Context switch via k_yield : …
171 …thread.yield.preemptive.ctx.k_to_k - Context switch via k_yield : …
172 …thread.yield.cooperative.ctx.k_to_k - Context switch via k_yield : …
230 …thread.yield.preemptive.ctx.k_to_k - Context switch via k_yield : …
231 …thread.yield.preemptive.ctx.u_to_u - Context switch via k_yield : …
232 …thread.yield.preemptive.ctx.k_to_u - Context switch via k_yield : …
233 …thread.yield.preemptive.ctx.u_to_k - Context switch via k_yield : …
[all …]
/Zephyr-latest/scripts/ci/
Dpylintrc90 yield-outside-function,
166 yield-inside-async-function,
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig25 of equal priority that yield to each other and increment counters
/Zephyr-latest/kernel/
Dwork.c618 bool yield; in work_queue_main() local
702 yield = !flag_test(&queue->flags, K_WORK_QUEUE_NO_YIELD_BIT); in work_queue_main()
708 if (yield) { in work_queue_main()
Dsched.c1052 SYS_PORT_TRACING_FUNC(k_thread, yield); in z_impl_k_yield()
DKconfig599 this yield, which may be useful if the work queue thread is
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig103 bool "Do not yield to the idle thread after tests complete"
105 When the tests complete, do not yield to the idle thread and instead
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c272 struct ticker_user_op_yield yield; member
1891 user_op->params.yield.ticks_at_yield;
3859 user_op->params.yield.ticks_at_yield = ticks_at_yield;
3970 user_op->params.yield.ticks_at_yield = ticks_at_stop;
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst195 for longer than a single time slice without being required to yield.
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst27 Regardless of workqueue thread priority the workqueue thread will yield
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1286 This options forces tickers with slot window extensions to yield to
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1333 * :github:`45851` - For native_posix programs, k_yield doesn't yield to k_msleep threads
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3000 " yield([x_train[i].reshape(1, 1)])\n",