Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp1448 master_set_numthreads = master_th->th.th_set_nproc; in __kmp_fork_call()
1621 master_th->th.th_set_nproc = 0; in __kmp_fork_call()
1729 master_th->th.th_set_nproc = 0; in __kmp_fork_call()
3359 __kmp_printf(" Set NProc: %2d\n", thread->th.th_set_nproc); in __kmp_print_structure()
4055 this_thr->th.th_set_nproc = 0; in __kmp_initialize_info()
7243 thr->th.th_set_nproc = thr->th.th_teams_size.nth; in __kmp_teams_master()
7245 KMP_DEBUG_ASSERT(thr->th.th_set_nproc); in __kmp_teams_master()
7324 thr->th.th_set_nproc = num_threads; in __kmp_push_num_threads()
7348 thr->th.th_set_nproc = thr->th.th_teams_size.nteams = num_teams; in __kmp_push_num_teams()
7768 thread->th.th_set_nproc = 0; in __kmp_user_set_library()
[all …]
Dkmp.h2544 th_set_nproc; /* if > 0, then only use this request for the next fork */ member
Dkmp_csupport.cpp401 KMP_DEBUG_ASSERT(this_thr->th.th_set_nproc >= 1); in __kmpc_fork_teams()