Searched defs:target_gtid (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | z_Windows_NT_util.cpp | 463 static inline void __kmp_resume_template(int target_gtid, C *flag) { in __kmp_resume_template() 515 void __kmp_resume_32(int target_gtid, kmp_flag_32<C, S> *flag) { in __kmp_resume_32() 519 void __kmp_resume_64(int target_gtid, kmp_flag_64<C, S> *flag) { in __kmp_resume_64() 522 void __kmp_resume_oncore(int target_gtid, kmp_flag_oncore *flag) { in __kmp_resume_oncore()
|
D | z_Linux_util.cpp | 1601 static inline void __kmp_resume_template(int target_gtid, C *flag) { in __kmp_resume_template() 1666 void __kmp_resume_32(int target_gtid, kmp_flag_32<C, S> *flag) { in __kmp_resume_32() 1670 void __kmp_resume_64(int target_gtid, kmp_flag_64<C, S> *flag) { in __kmp_resume_64() 1673 void __kmp_resume_oncore(int target_gtid, kmp_flag_oncore *flag) { in __kmp_resume_oncore()
|