Searched refs:nproc (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp129 ("*** __kmp_get_global_thread_id: entering, nproc=%d all_nproc=%d\n",
1265 this_thr->th.th_current_task->td_icvs.nproc =
1316 this_thr->th.th_current_task->td_icvs.nproc =
2017 // TODO: get nproc directly from current task
2076 int nthreads_icv = master_th->th.th_current_task->td_icvs.nproc;
2124 new_icvs.nproc = nthreads_icv;
2801 if (thread->th.th_current_task->td_icvs.nproc == new_nth)
3311 __kmp_dflt_team_nth, // int nproc; //internal control for # of threads for
4726 KMP_DEBUG_ASSERT((!TCR_4(__kmp_init_parallel)) || new_icvs->nproc);
7474 if (thread->th.th_current_task->td_icvs.nproc !
[all...]
H A Dkmp_ftn_entry.h379 // thread->th.th_info.ds.ds_tid ] -> icvs.nproc;
380 return thread->th.th_current_task->td_icvs.nproc;
/freebsd-current/
H A DMakefile.inc11248 _ncpu_cmd=sysctl -n hw.ncpu 2>/dev/null || nproc 2>/dev/null || echo unknown

Completed in 154 milliseconds

12