Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c51 extern void sema_context_switch(uint32_t num_iterations,
173 sema_context_switch(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, 0); in test_thread()
175 sema_context_switch(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, K_USER); in test_thread()
176 sema_context_switch(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, 0); in test_thread()
177 sema_context_switch(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, K_USER); in test_thread()
Dsema_test_signal_release.c105 void sema_context_switch(uint32_t num_iterations, in sema_context_switch() function