Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3235 KMP_DEBUG_ASSERT(victim_tid < task_team->tt.tt_max_threads);
3818 maxthreads = task_team->tt.tt_max_threads;
3879 task_team->tt.tt_max_threads = nthreads;
3913 for (i = 0; i < task_team->tt.tt_max_threads; i++) {
H A Dkmp.h2911 kmp_int32 tt_max_threads; // # entries allocated for threads_data array member