Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3226 kmp_thread_data_t *victim_td, *threads_data; local
3232 threads_data = task_team->tt.tt_threads_data;
3233 KMP_DEBUG_ASSERT(threads_data != NULL); // Caller should check this condition
3237 victim_td = &threads_data[victim_tid];
3364 kmp_thread_data_t *threads_data; local
3383 threads_data = (kmp_thread_data_t *)TCR_PTR(task_team->tt.tt_threads_data);
3385 KMP_DEBUG_ASSERT(threads_data != NULL);
3406 victim_tid = threads_data[tid].td.td_deque_last_stolen;
3409 other_thread = threads_data[victim_tid].td.td_thr;
3424 other_thread = threads_data[victim_tid].td.td_thr;
[all …]