Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c93 struct threads_table_el { struct
96 struct threads_table_el *next; /* Pointer to the next element of the table */ argument
112 struct threads_table_el *threads_table; /* Pointer to the threads table */ argument
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()
295 struct threads_table_el *element = (struct threads_table_el *)arg; in nct_cleanup_handler()
327 struct threads_table_el *tt_el = (struct threads_table_el *)arg_el; in nct_thread_starter()
[all …]