Home
last modified time | relevance | path

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

/scripts/native_simulator/common/src/
A Dnct.c130 static struct threads_table_el *ttable_get_element(struct nct_status_t *this, int index);
200 struct threads_table_el *tt_el = ttable_get_element(this, next_allowed_th); in nct_let_run()
227 struct threads_table_el *tt_el = ttable_get_element(this, this_th_nbr); in nct_swap_threads()
328 static struct threads_table_el *ttable_get_element(struct nct_status_t *this, int index) in ttable_get_element() function
372 tt_el = ttable_get_element(this, this->threads_table_size-1); in ttable_get_empty_slot()
404 tt_el = ttable_get_element(this, t_slot); in nct_new_thread()
537 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_abort_thread()
564 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_get_unique_thread_id()
572 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_thread_name_set()

Completed in 6 milliseconds