Searched refs:KMP_UBER_GTID (Results 1 – 5 of 5) sorted by relevance
183 : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy()202 : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy()236 if ((__kmp_foreign_tp) ? (!KMP_INITIAL_GTID(gtid)) : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy_gtid()407 if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) { in kmp_threadprivate_insert()451 if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) in kmp_threadprivate_insert()
484 if (!KMP_UBER_GTID(gtid)) { in __kmp_set_stack_info()788 if (!KMP_UBER_GTID(gtid)) { in __kmp_create_worker()799 if (KMP_UBER_GTID(gtid)) { in __kmp_create_worker()
289 if (__kmp_env_checks == TRUE && !KMP_UBER_GTID(gtid)) { in __kmp_check_stack_overlap()3484 if (KMP_UBER_GTID(i) && in __kmp_reclaim_dead_roots()3967 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_unregister_root_current_thread()4005 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_unregister_root_other_thread()6149 } else if (KMP_UBER_GTID(gtid)) { in __kmp_internal_end_library()6263 } else if (KMP_UBER_GTID(gtid)) { in __kmp_internal_end_thread()6325 if (KMP_UBER_GTID(i)) { in __kmp_internal_end_thread()6856 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_do_serial_initialize()7076 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_parallel_initialize()7729 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_internal_begin()
1115 if (KMP_UBER_GTID(gtid)) { in __kmp_create_worker()
3142 static inline bool KMP_UBER_GTID(int gtid) { in KMP_UBER_GTID() function