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.cpp3230 kmp_thread_data_t *victim_td, *threads_data; local
3236 threads_data = task_team->tt.tt_threads_data;
3240 victim_td = &threads_data[victim_tid];
3365 kmp_thread_data_t *threads_data; local
3386 KMP_DEBUG_ASSERT(threads_data != NULL);
3409 victim_tid = threads_data[tid].td.td_deque_last_stolen;
3412 other_thread = threads_data[victim_tid].td.td_thr;
3427 other_thread = threads_data[victim_tid].td.td_thr;
3653 kmp_thread_data_t *threads_data; local
3678 KMP_DEBUG_ASSERT(threads_data != NULL);
[all …]