Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp91 int update_master_only = 0);
4723 static void __kmp_partition_places(kmp_team_t *team, int update_master_only) { in __kmp_partition_places() argument
4885 if (update_master_only == 1) in __kmp_partition_places()
4948 if (update_master_only == 1) in __kmp_partition_places()
5001 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()
5011 if (update_master_only == 1) in __kmp_partition_places()
5058 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()