Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp3233 maxthreads = task_team->tt.tt_max_threads; in __kmp_realloc_task_threads_data()
3296 task_team->tt.tt_max_threads = nthreads; in __kmp_realloc_task_threads_data()
3330 for (i = 0; i < task_team->tt.tt_max_threads; i++) { in __kmp_free_task_threads_data()
Dkmp.h2443 kmp_int32 tt_max_threads; // # entries allocated for threads_data array member