Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4567 int masters_place = master_th->th.th_current_place; in __kmp_partition_places() local
4574 team->t.t_id, masters_place, first_place, last_place)); in __kmp_partition_places()
4592 th->th.th_new_place = masters_place; in __kmp_partition_places()
4593 if (__kmp_display_affinity && masters_place != th->th.th_current_place && in __kmp_partition_places()
4601 f, masters_place, first_place, last_place)); in __kmp_partition_places()
4615 int place = masters_place; in __kmp_partition_places()
4646 int place = masters_place; in __kmp_partition_places()
4693 KMP_DEBUG_ASSERT(place == masters_place); in __kmp_partition_places()
4714 place = masters_place; in __kmp_partition_places()
4775 double current = static_cast<double>(masters_place); in __kmp_partition_places()
[all …]