Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/core/
Dposix_core_nsi.c35 void posix_swap(int next_allowed_thread_nbr, int this_th_nbr) in posix_swap() argument
38 nct_swap_threads(te_state, next_allowed_thread_nbr); in posix_swap()
41 void posix_main_thread_start(int next_allowed_thread_nbr) in posix_main_thread_start() argument
43 nct_first_thread_start(te_state, next_allowed_thread_nbr); in posix_main_thread_start()
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnct_if.h23 void nct_swap_threads(void *this, int next_allowed_thread_nbr);
24 void nct_first_thread_start(void *this, int next_allowed_thread_nbr);
/Zephyr-latest/arch/posix/include/
Dposix_core.h45 void posix_swap(int next_allowed_thread_nbr, int this_th_nbr);
46 void posix_main_thread_start(int next_allowed_thread_nbr);
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c243 void nct_swap_threads(void *this_arg, int next_allowed_thread_nbr) in nct_swap_threads() argument
248 nct_let_run(this, next_allowed_thread_nbr); in nct_swap_threads()
280 void nct_first_thread_start(void *this_arg, int next_allowed_thread_nbr) in nct_first_thread_start() argument
284 nct_let_run(this, next_allowed_thread_nbr); in nct_first_thread_start()