Searched refs:next_allowed_thread_nbr (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/arch/posix/core/ |
D | posix_core_nsi.c | 35 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/ |
D | nct_if.h | 23 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/ |
D | posix_core.h | 45 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/ |
D | nct.c | 243 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()
|