Searched defs:nproc (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/source/Host/netbsd/ |
H A D | HostNetBSD.cpp | 142 int nproc; GetNetBSDProcessUserAndGroup() local 197 int nproc; FindProcessesImpl() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 234 kmp_uint32 nproc; in __kmp_dist_barrier_gather() local 498 size_t nproc = this_thr->th.th_team_nproc; __kmp_dist_barrier_release() local 523 size_t nproc = this_thr->th.th_team_nproc; __kmp_dist_barrier_release() local 538 size_t nproc = this_thr->th.th_team_nproc; __kmp_dist_barrier_release() local 594 int nproc = this_thr->th.th_team_nproc; __kmp_linear_barrier_gather_template() local 667 kmp_uint32 nproc = this_thr->th.th_team_nproc; __kmp_linear_barrier_release_template() local 801 kmp_uint32 nproc = this_thr->th.th_team_nproc; __kmp_tree_barrier_gather() local 906 kmp_uint32 nproc; __kmp_tree_barrier_release() local 1292 __kmp_init_hierarchical_barrier_thread(enum barrier_type bt,kmp_bstate_t * thr_bar,kmp_uint32 nproc,int gtid,int tid,kmp_team_t * team) __kmp_init_hierarchical_barrier_thread() argument 1363 kmp_uint32 nproc = this_thr->th.th_team_nproc; __kmp_hierarchical_barrier_gather() local 1532 kmp_uint32 nproc; __kmp_hierarchical_barrier_release() local 1938 int nproc = this_thr->th.th_team_nproc; __kmp_barrier_template() local 2178 int nproc = this_thr->th.th_team_nproc; __kmp_join_barrier() local [all...] |
H A D | kmp_dispatch_hier.h | 504 T nproc; in next_recurse() local 723 T nproc = (T)parent->get_num_active(); in next() local
|
H A D | kmp_dispatch.cpp | 107 typename traits_t<T>::unsigned_t nchunks, T nproc, in __kmp_initialize_self_buffer() 192 T nproc, T tid) { in __kmp_dispatch_init_algorithm() 1327 typename traits_t<T>::signed_t *p_st, T nproc, in __kmp_dispatch_next_algorithm()
|
H A D | kmp_affinity.cpp | 78 void __kmp_get_hierarchy(kmp_uint32 nproc, kmp_bstate_t *thr_bar) { in __kmp_get_hierarchy() argument 617 allocate(int nproc,int ndepth,const kmp_hw_t * types) allocate() argument 4831 int nproc = ncores * maxprocpercore; __kmp_aux_affinity_initialize() local 5608 int nproc = nth_per_core * ncores; __kmp_balanced_affinity() local [all...] |
H A D | kmp_affinity.h | 1377 resize(kmp_uint32 nproc) resize() argument
|
H A D | kmp.h | 2181 int nproc; /* internal control for #threads for next parallel region (per member 2218 kmp_uint32 nproc; member
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 262 uint32_t *nproc) { in ompd_get_nthreads_aux() 318 uint32_t nproc; in ompd_get_nthreads() local 345 uint32_t nproc; in ompd_get_nthreads() local
|