Home
last modified time | relevance | path

Searched refs:context_switch_yield (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Duser.h9 void context_switch_yield(void *p1, void *p2, void *p3);
Duser.c13 void context_switch_yield(void *p1, void *p2, void *p3) in context_switch_yield() function
Dmain.c66 k_thread_user_mode_enter(context_switch_yield, _nb_threads, NULL, NULL); in yielder_entry()