Lines Matching refs:thread_idx
97 int thread_idx; /* Index of this element in the threads_table*/ member
310 element->thread_idx, in nct_cleanup_handler()
330 int thread_idx = tt_el->thread_idx; in nct_thread_starter() local
334 thread_idx, in nct_thread_starter()
357 thread_idx, in nct_thread_starter()
364 nct_wait_until_allowed(this, thread_idx); in nct_thread_starter()
375 thread_idx, in nct_thread_starter()
474 tt_el->thread_idx = t_slot; in nct_new_thread()
607 void nct_abort_thread(void *this_arg, int thread_idx) in nct_abort_thread() argument
610 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_abort_thread()
612 if (thread_idx == this->currently_allowed_thread) { in nct_abort_thread()
616 thread_idx, in nct_abort_thread()
626 thread_idx); in nct_abort_thread()
644 int nct_get_unique_thread_id(void *this_arg, int thread_idx) in nct_get_unique_thread_id() argument
647 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_get_unique_thread_id()
652 int nct_thread_name_set(void *this_arg, int thread_idx, const char *str) in nct_thread_name_set() argument
655 struct threads_table_el *tt_el = ttable_get_element(this, thread_idx); in nct_thread_name_set()