Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4944 int thidx; in __kmp_partition_places() local
4961 thidx = n_th; in __kmp_partition_places()
4963 thidx = 1; in __kmp_partition_places()
4964 for (f = 0; f < thidx; f++) { in __kmp_partition_places()
5019 thidx = n_th + 1; in __kmp_partition_places()
5021 thidx = 1; in __kmp_partition_places()
5022 for (f = 0; f < thidx; f++) { in __kmp_partition_places()
5076 thidx = n_th; in __kmp_partition_places()
5078 thidx = 1; in __kmp_partition_places()
5079 for (f = 0; f < thidx; f++) { in __kmp_partition_places()