Searched refs:ttable_get_element (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nct.c | 130 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index); 137 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in abort_tail() 159 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_wait_until_allowed() 192 struct threads_table_el *tt_el = ttable_get_element(this, next_allowed_th); in nct_let_run() 256 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_swap_threads() 387 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index) in ttable_get_element() function 431 tt_el = ttable_get_element(this, this->threads_table_size-1); in ttable_get_empty_slot() 467 tt_el = ttable_get_element(this, t_slot); in nct_new_thread() 610 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_abort_thread() 647 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_get_unique_thread_id() [all …]
|