Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1106 if (thr->th.th_prev_num_threads != team->t.t_nproc || in __kmp_fork_team_threads()
1412 this_thr->th.th_prev_num_threads != 1) { in __kmp_serialized_parallel()
1416 this_thr->th.th_prev_num_threads = 1; in __kmp_serialized_parallel()
4028 root_thread->th.th_prev_num_threads = 1; in __kmp_register_root()
4673 new_thr->th.th_prev_num_threads = 1; in __kmp_allocate_thread()
H A Dkmp_barrier.cpp2628 this_thr->th.th_prev_num_threads = team->t.t_nproc; in __kmp_fork_barrier()
H A Dkmp.h3045 int th_prev_num_threads; /* previous num_threads for affinity format */ member