Searched refs:thead_cnt (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/arch/posix/core/ |
D | posix_core.c | 63 int thead_cnt; /* For debugging: Unique, consecutive, thread number */ member 95 threads_table[this_th_nbr].thead_cnt, in abort_tail() 119 threads_table[this_th_nbr].thead_cnt, in posix_wait_until_allowed() 135 threads_table[this_th_nbr].thead_cnt, in posix_wait_until_allowed() 149 threads_table[next_allowed_th].thead_cnt, in posix_let_run() 188 threads_table[this_th_nbr].thead_cnt, in posix_swap() 258 threads_table[thread_idx].thead_cnt, in posix_thread_starter() 281 threads_table[thread_idx].thead_cnt, in posix_thread_starter() 301 threads_table[thread_idx].thead_cnt, in posix_thread_starter() 364 threads_table[t_slot].thead_cnt = thread_create_count++; in posix_new_thread() [all …]
|
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/ |
D | nct.c | 100 int thead_cnt; /* For debugging: Unique, consecutive, thread number */ member 138 tt_el->thead_cnt, in abort_tail() 162 tt_el->thead_cnt, in nct_wait_until_allowed() 177 tt_el->thead_cnt, in nct_wait_until_allowed() 194 tt_el->thead_cnt, in nct_let_run() 258 tt_el->thead_cnt, in nct_swap_threads() 331 tt_el->thead_cnt, in nct_thread_starter() 354 tt_el->thead_cnt, in nct_thread_starter() 372 tt_el->thead_cnt, in nct_thread_starter() 469 tt_el->thead_cnt = this->thread_create_count++; in nct_new_thread() [all …]
|