Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_core.h43 void posix_swap(int next_allowed_thread_nbr, int this_thread_nbr);
44 void posix_main_thread_start(int next_allowed_thread_nbr);
/Zephyr-Core-2.7.6/arch/posix/core/
Dposix_core.c192 void posix_swap(int next_allowed_thread_nbr, int this_th_nbr) in posix_swap() argument
194 posix_let_run(next_allowed_thread_nbr); in posix_swap()
217 void posix_main_thread_start(int next_allowed_thread_nbr) in posix_main_thread_start() argument
219 posix_let_run(next_allowed_thread_nbr); in posix_main_thread_start()