Searched refs:thread_switch_yield (Results 1 – 2 of 2) sorted by relevance
47 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()
144 void thread_switch_yield(uint32_t num_iterations, bool is_cooperative) in thread_switch_yield() function