Searched refs:next_allowed_thread_nbr (Results 1 – 2 of 2) sorted by relevance
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);
223 void nct_swap_threads(void *this_arg, int next_allowed_thread_nbr) in nct_swap_threads() argument229 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() argument260 nct_let_run(this, next_allowed_thread_nbr); in nct_first_thread_start()
Completed in 4 milliseconds