Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp85 int update_master_only = 0);
4560 static void __kmp_partition_places(kmp_team_t *team, int update_master_only) { in __kmp_partition_places() argument
4719 if (update_master_only == 1) in __kmp_partition_places()
4782 if (update_master_only == 1) in __kmp_partition_places()
4835 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()
4845 if (update_master_only == 1) in __kmp_partition_places()
4892 KMP_DEBUG_ASSERT(update_master_only || place == masters_place); in __kmp_partition_places()