Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1172 this_thr->th.th_set_nproc = 0; in __kmp_serialized_parallel()
1548 master_th->th.th_set_nproc = 0; in __kmp_fork_in_teams()
2046 master_th->th.th_set_nproc = 0; in __kmp_fork_call()
4288 this_thr->th.th_set_nproc = 0; in __kmp_initialize_info()
7765 thr->th.th_set_nproc = thr->th.th_teams_size.nth; in __kmp_teams_master()
7767 KMP_DEBUG_ASSERT(thr->th.th_set_nproc); in __kmp_teams_master()
7846 thr->th.th_set_nproc = num_threads; in __kmp_push_num_threads()
8398 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
8402 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
8407 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
[all …]
H A Dkmp.h2961 th_set_nproc; /* if > 0, then only use this request for the next fork */ member
H A Dkmp_csupport.cpp494 KMP_DEBUG_ASSERT(this_thr->th.th_set_nproc >= 1); in __kmpc_fork_teams()