Home
last modified time | relevance | path

Searched defs:th_gtid (Results 1 – 4 of 4) 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()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
Dkmp_wait_release.h180 int th_gtid; in __kmp_wait_template() local
498 static inline void __kmp_mwait_template(int th_gtid, C *flag) { in __kmp_mwait_template()
Dz_Windows_NT_util.cpp357 static inline void __kmp_suspend_template(int th_gtid, C *flag) { in __kmp_suspend_template()
445 void __kmp_suspend_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_suspend_32()
449 void __kmp_suspend_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_suspend_64()
452 void __kmp_suspend_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_suspend_oncore()
Dz_Linux_util.cpp1452 static inline void __kmp_suspend_template(int th_gtid, C *flag) { in __kmp_suspend_template()
1582 void __kmp_suspend_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_suspend_32()
1586 void __kmp_suspend_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_suspend_64()
1589 void __kmp_suspend_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_suspend_oncore()