Searched refs:KMP_GTID_MONITOR (Results 1 – 4 of 4) sorted by relevance
614 __kmp_gtid_set_specific(KMP_GTID_MONITOR); in __kmp_launch_monitor()616 __kmp_gtid = KMP_GTID_MONITOR; in __kmp_launch_monitor()924 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()925 th->th.th_info.ds.ds_gtid = KMP_GTID_MONITOR; in __kmp_create_monitor()1064 if (th->th.th_info.ds.ds_gtid != KMP_GTID_MONITOR) { in __kmp_reap_monitor()1687 KMP_GTID_MONITOR)); in __kmp_resume_monitor()1688 KMP_DEBUG_ASSERT(gtid != KMP_GTID_MONITOR); in __kmp_resume_monitor()1697 KMP_GTID_MONITOR, buffer); in __kmp_resume_monitor()1706 gtid, KMP_GTID_MONITOR)); in __kmp_resume_monitor()
1034 __kmp_gtid_set_specific(KMP_GTID_MONITOR); in __kmp_launch_monitor()1214 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()1215 th->th.th_info.ds.ds_gtid = KMP_GTID_MONITOR; in __kmp_create_monitor()1347 if (th->th.th_info.ds.ds_gtid != KMP_GTID_MONITOR) { in __kmp_reap_monitor()
273 if (gtid == KMP_GTID_MONITOR) { in __kmp_check_stack_overlap()6141 } else if (gtid == KMP_GTID_MONITOR) { in __kmp_internal_end_library()6254 } else if (gtid == KMP_GTID_MONITOR) { in __kmp_internal_end_thread()
877 #define KMP_GTID_MONITOR (-4) /* Monitor thread ID */ macro