Searched refs:ttable_get_element (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/ |
D | nct.c | 128 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index); 135 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in abort_tail() 157 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_wait_until_allowed() 190 struct threads_table_el *tt_el = ttable_get_element(this, next_allowed_th); in nct_let_run() 254 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_swap_threads() 385 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index) in ttable_get_element() function 429 tt_el = ttable_get_element(this, this->threads_table_size-1); in ttable_get_empty_slot() 465 tt_el = ttable_get_element(this, t_slot); in nct_new_thread() 608 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_abort_thread() 645 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_get_unique_thread_id()
|