Home
last modified time | relevance | path

Searched refs:this_th_nbr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c135 static void abort_tail(struct te_status_t *this, int this_th_nbr) in abort_tail() argument
137 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in abort_tail()
141 this_th_nbr, in abort_tail()
157 static void nct_wait_until_allowed(struct te_status_t *this, int this_th_nbr) in nct_wait_until_allowed() argument
159 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_wait_until_allowed()
165 this_th_nbr, in nct_wait_until_allowed()
168 while (this_th_nbr != this->currently_allowed_thread) { in nct_wait_until_allowed()
172 abort_tail(this, this_th_nbr); in nct_wait_until_allowed()
180 this_th_nbr, in nct_wait_until_allowed()
246 int this_th_nbr = this->currently_allowed_thread; in nct_swap_threads() local
[all …]
/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
37 (void) this_th_nbr; in posix_swap()
/Zephyr-latest/arch/posix/include/
Dposix_core.h45 void posix_swap(int next_allowed_thread_nbr, int this_th_nbr);