Searched refs:place_num (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 698 OMPT_API_ROUTINE int ompt_get_place_proc_ids(int place_num, int ids_size, argument 710 if (place_num < 0 || place_num >= (int)__kmp_affinity.num_masks) 714 kmp_affin_mask_t *mask = KMP_CPU_INDEX(__kmp_affinity.masks, place_num); 763 int i, gtid, place_num, first_place, last_place, start, end; 783 for (i = 0, place_num = start; place_num <= end; ++place_num, ++i) { 784 place_nums[i] = place_num;
|
H A D | kmp_ftn_entry.h | 858 int FTN_STDCALL KMP_EXPAND_NAME(FTN_GET_PLACE_NUM_PROCS)(int place_num) { in KMP_EXPAND_NAME() 877 if (place_num < 0 || place_num >= (int)__kmp_affinity.num_masks) in KMP_EXPAND_NAME() 879 kmp_affin_mask_t *mask = KMP_CPU_INDEX(__kmp_affinity.masks, place_num); in KMP_EXPAND_NAME() 891 void FTN_STDCALL KMP_EXPAND_NAME(FTN_GET_PLACE_PROC_IDS)(int place_num, in KMP_EXPAND_NAME() 910 if (place_num < 0 || place_num >= (int)__kmp_affinity.num_masks) in KMP_EXPAND_NAME() 912 kmp_affin_mask_t *mask = KMP_CPU_INDEX(__kmp_affinity.masks, place_num); in KMP_EXPAND_NAME() 979 int i, gtid, place_num, first_place, last_place, start, end; in KMP_EXPAND_NAME() 1002 for (i = 0, place_num in KMP_EXPAND_NAME() [all...] |
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp_lib.F90.var | 326 function omp_get_place_num_procs(place_num) bind(c) 328 integer (kind=omp_integer_kind), value :: place_num 332 subroutine omp_get_place_proc_ids(place_num, ids) bind(c) 334 integer (kind=omp_integer_kind), value :: place_num
|
H A D | omp_lib.h.var | 390 function omp_get_place_num_procs(place_num) bind(c) 392 integer (kind=omp_integer_kind), value :: place_num 396 subroutine omp_get_place_proc_ids(place_num, ids) bind(c) 398 integer (kind=omp_integer_kind), value :: place_num
|
H A D | omp-tools.h.var | 633 int place_num,
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 633 int place_num,
|