Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.cpp29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32() argument
30 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64() argument
34 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore() argument
37 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_oncore()
Dkmp_wait_release.h180 int th_gtid; in __kmp_wait_template() local
195 th_gtid = this_thr->th.th_info.ds.ds_gtid; in __kmp_wait_template()
206 ("__kmp_wait_sleep: T#%d waiting for flag(%p)\n", th_gtid, flag)); in __kmp_wait_template()
315 th_gtid, __kmp_global.g.g_time.dt.t_value, hibernate, in __kmp_wait_template()
346 this_thr, th_gtid, final_spin, in __kmp_wait_template()
420 KF_TRACE(50, ("__kmp_wait_sleep: T#%d using monitor/mwait\n", th_gtid)); in __kmp_wait_template()
421 flag->mwait(th_gtid); in __kmp_wait_template()
424 KF_TRACE(50, ("__kmp_wait_sleep: T#%d suspend time reached\n", th_gtid)); in __kmp_wait_template()
429 flag->suspend(th_gtid); in __kmp_wait_template()
498 static inline void __kmp_mwait_template(int th_gtid, C *flag) { in __kmp_mwait_template() argument
[all …]
Dz_Windows_NT_util.cpp357 static inline void __kmp_suspend_template(int th_gtid, C *flag) { in __kmp_suspend_template() argument
358 kmp_info_t *th = __kmp_threads[th_gtid]; in __kmp_suspend_template()
363 th_gtid, flag->get())); in __kmp_suspend_template()
370 th_gtid, flag->get())); in __kmp_suspend_template()
384 th_gtid, flag->get(), *(flag->get()))); in __kmp_suspend_template()
390 th_gtid, flag->get())); in __kmp_suspend_template()
403 th_gtid)); in __kmp_suspend_template()
424 ("__kmp_suspend_template: T#%d spurious wakeup\n", th_gtid)); in __kmp_suspend_template()
441 KF_TRACE(30, ("__kmp_suspend_template: T#%d exit\n", th_gtid)); in __kmp_suspend_template()
445 void __kmp_suspend_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_suspend_32() argument
[all …]
Dz_Linux_util.cpp1452 static inline void __kmp_suspend_template(int th_gtid, C *flag) { in __kmp_suspend_template() argument
1454 kmp_info_t *th = __kmp_threads[th_gtid]; in __kmp_suspend_template()
1458 KF_TRACE(30, ("__kmp_suspend_template: T#%d enter for flag = %p\n", th_gtid, in __kmp_suspend_template()
1466 th_gtid, flag->get())); in __kmp_suspend_template()
1479 th_gtid, flag->get(), flag->load(), old_spin)); in __kmp_suspend_template()
1485 th_gtid, flag->get())); in __kmp_suspend_template()
1498 __kmp_printf("__kmp_suspend_template: suspending T#%d: %s\n", th_gtid, in __kmp_suspend_template()
1528 th_gtid)); in __kmp_suspend_template()
1534 th_gtid)); in __kmp_suspend_template()
1546 ("__kmp_suspend_template: T#%d timeout wakeup\n", th_gtid)); in __kmp_suspend_template()
[all …]
Dkmp.h3981 extern void __kmp_suspend_32(int th_gtid, kmp_flag_32<C, S> *flag);
3983 extern void __kmp_suspend_64(int th_gtid, kmp_flag_64<C, S> *flag);
3984 extern void __kmp_suspend_oncore(int th_gtid, kmp_flag_oncore *flag);
3987 extern void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag);
3989 extern void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag);
3990 extern void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag);