Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_tasking.cpp3616 maxthreads = task_team->tt.tt_max_threads; in __kmp_realloc_task_threads_data()
3677 task_team->tt.tt_max_threads = nthreads; in __kmp_realloc_task_threads_data()
3711 for (i = 0; i < task_team->tt.tt_max_threads; i++) { in __kmp_free_task_threads_data()
H A Dkmp.h2581 kmp_int32 tt_max_threads; // # entries allocated for threads_data array member