Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp93 int update_master_only = 0);
4813 static void __kmp_partition_places(kmp_team_t *team, int update_master_only) { in __kmp_partition_places() argument
4958 if (update_master_only == 1) in __kmp_partition_places()
5016 if (update_master_only == 1) in __kmp_partition_places()
5063 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()
5073 if (update_master_only == 1) in __kmp_partition_places()
5114 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()