Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp1405 master_set_numthreads = master_th->th.th_set_nproc; in __kmp_fork_call()
1594 master_th->th.th_set_nproc = 0; in __kmp_fork_call()
1742 master_th->th.th_set_nproc = 0; in __kmp_fork_call()
4197 this_thr->th.th_set_nproc = 0; in __kmp_initialize_info()
7618 thr->th.th_set_nproc = thr->th.th_teams_size.nth; in __kmp_teams_master()
7620 KMP_DEBUG_ASSERT(thr->th.th_set_nproc); in __kmp_teams_master()
7699 thr->th.th_set_nproc = num_threads; in __kmp_push_num_threads()
8251 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
8255 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
8260 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
[all …]
H A Dkmp_csupport.cpp427 KMP_DEBUG_ASSERT(this_thr->th.th_set_nproc >= 1); in __kmpc_fork_teams()
H A Dkmp.h2687 th_set_nproc; /* if > 0, then only use this request for the next fork */ member