Searched refs:sema_context_switch (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | main.c | 51 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()
|
D | sema_test_signal_release.c | 105 void sema_context_switch(uint32_t num_iterations, in sema_context_switch() function
|