Searched refs:threads_data (Results 1 – 1 of 1) sorted by relevance
3239 kmp_thread_data_t *victim_td, *threads_data; local3245 threads_data = task_team->tt.tt_threads_data;3246 KMP_DEBUG_ASSERT(threads_data != NULL); // Caller should check this condition3250 victim_td = &threads_data[victim_tid];3377 kmp_thread_data_t *threads_data; local3396 threads_data = (kmp_thread_data_t *)TCR_PTR(task_team->tt.tt_threads_data);3398 KMP_DEBUG_ASSERT(threads_data != NULL);3419 victim_tid = threads_data[tid].td.td_deque_last_stolen;3422 other_thread = threads_data[victim_tid].td.td_thr;3437 other_thread = threads_data[victim_tid].td.td_thr;[all …]