Home
last modified time | relevance | path

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

/scripts/native_simulator/common/src/include/
A 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);
/scripts/native_simulator/common/src/
A Dnct.c223 void nct_swap_threads(void *this_arg, int next_allowed_thread_nbr) in nct_swap_threads() argument
229 nct_let_run(this, next_allowed_thread_nbr); in nct_swap_threads()
256 void nct_first_thread_start(void *this_arg, int next_allowed_thread_nbr) in nct_first_thread_start() argument
260 nct_let_run(this, next_allowed_thread_nbr); in nct_first_thread_start()

Completed in 4 milliseconds