Home
last modified time | relevance | path

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

/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp93 int update_master_only = 0);
4817 static void __kmp_partition_places(kmp_team_t *team, int update_master_only) { in __kmp_partition_places() argument
4962 if (update_master_only == 1) in __kmp_partition_places()
5020 if (update_master_only == 1) in __kmp_partition_places()
5067 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()
5077 if (update_master_only == 1) in __kmp_partition_places()
5118 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()