Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c145 static void posix_let_run(int next_allowed_th) in posix_let_run() argument
149 threads_table[next_allowed_th].thead_cnt, in posix_let_run()
150 next_allowed_th); in posix_let_run()
153 currently_allowed_thread = next_allowed_th; in posix_let_run()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c187 static void nct_let_run(struct te_status_t *this, int next_allowed_th) in nct_let_run() argument
190 struct threads_table_el *tt_el = ttable_get_element(this, next_allowed_th); in nct_let_run()
195 next_allowed_th); in nct_let_run()
198 this->currently_allowed_thread = next_allowed_th; in nct_let_run()