Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp182 : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy()
201 : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy()
235 if ((__kmp_foreign_tp) ? (!KMP_INITIAL_GTID(gtid)) : (!KMP_UBER_GTID(gtid))) { in __kmp_common_destroy_gtid()
406 if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) { in kmp_threadprivate_insert()
450 if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) in kmp_threadprivate_insert()
H A Dz_Linux_util.cpp473 if (!KMP_UBER_GTID(gtid)) { in __kmp_set_stack_info()
792 if (!KMP_UBER_GTID(gtid)) { in __kmp_create_worker()
803 if (KMP_UBER_GTID(gtid)) { in __kmp_create_worker()
H A Dkmp_runtime.cpp327 if (__kmp_env_checks == TRUE && !KMP_UBER_GTID(gtid)) { in __kmp_check_stack_overlap()
3680 if (KMP_UBER_GTID(i) && in __kmp_reclaim_dead_roots()
4205 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_unregister_root_current_thread()
4244 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_unregister_root_other_thread()
6502 } else if (KMP_UBER_GTID(gtid)) { in __kmp_internal_end_library()
6627 } else if (KMP_UBER_GTID(gtid)) { in __kmp_internal_end_thread()
6689 if (KMP_UBER_GTID(i)) { in __kmp_internal_end_thread()
7331 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_do_serial_initialize()
7560 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_parallel_initialize()
8410 KMP_ASSERT(KMP_UBER_GTID(gtid)); in __kmp_internal_begin()
H A Dz_Windows_NT_util.cpp1152 if (KMP_UBER_GTID(gtid)) { in __kmp_create_worker()
H A Dkmp.h3621 static inline bool KMP_UBER_GTID(int gtid) { in KMP_UBER_GTID() function