Searched refs:masters_place (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 4827 int masters_place = master_th->th.th_current_place; in __kmp_partition_places() local 4835 team->t.t_id, masters_place, first_place, last_place)); in __kmp_partition_places() 4851 __kmp_set_thread_place(team, th, first_place, last_place, masters_place); in __kmp_partition_places() 4856 f, masters_place, first_place, last_place)); in __kmp_partition_places() 4870 int place = masters_place; in __kmp_partition_places() 4895 int place = masters_place; in __kmp_partition_places() 4936 KMP_DEBUG_ASSERT(place == masters_place); in __kmp_partition_places() 4957 place = masters_place; in __kmp_partition_places() 5013 double current = static_cast<double>(masters_place); in __kmp_partition_places() 5027 if (masters_place) { in __kmp_partition_places() [all …]
|