Searched refs:yield (Results 1 – 14 of 14) sorted by relevance
18 average time taken for a yield context switch.
61 …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 …]
90 yield-outside-function,166 yield-inside-async-function,
25 of equal priority that yield to each other and increment counters
618 bool yield; in work_queue_main() local702 yield = !flag_test(&queue->flags, K_WORK_QUEUE_NO_YIELD_BIT); in work_queue_main()708 if (yield) { in work_queue_main()
1052 SYS_PORT_TRACING_FUNC(k_thread, yield); in z_impl_k_yield()
599 this yield, which may be useful if the work queue thread is
103 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
272 struct ticker_user_op_yield yield; member1891 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;
195 for longer than a single time slice without being required to yield.
27 Regardless of workqueue thread priority the workqueue thread will yield
1286 This options forces tickers with slot window extensions to yield to
1333 * :github:`45851` - For native_posix programs, k_yield doesn't yield to k_msleep threads
3000 " yield([x_train[i].reshape(1, 1)])\n",