Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c91 struct threads_table_el { struct
94 struct threads_table_el *next; /* Pointer to the next element of the table */ argument
110 struct threads_table_el *threads_table; /* Pointer to the threads table */ argument
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()
293 struct threads_table_el *element = (struct threads_table_el *)arg; in nct_cleanup_handler()
325 struct threads_table_el *tt_el = (struct threads_table_el *)arg_el; in nct_thread_starter()
[all …]
/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c59 struct threads_table_el { struct
68 static struct threads_table_el *threads_table; argument
336 * sizeof(struct threads_table_el)); in ttable_get_empty_slot()
343 PC_ALLOC_CHUNK_SIZE * sizeof(struct threads_table_el)); in ttable_get_empty_slot()
397 sizeof(struct threads_table_el)); in posix_arch_init()