Home
last modified time | relevance | path

Searched refs:thread_switch_yield (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c47 extern void thread_switch_yield(uint32_t num_iterations, bool is_cooperative);
115 thread_switch_yield(CONFIG_BENCHMARK_NUM_ITERATIONS, false); in test_thread()
118 thread_switch_yield(CONFIG_BENCHMARK_NUM_ITERATIONS, true); in test_thread()
Dthread_switch_yield.c144 void thread_switch_yield(uint32_t num_iterations, bool is_cooperative) in thread_switch_yield() function