Home
last modified time | relevance | path

Searched refs:__kmp_mwait_template (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.cpp30 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_32()
34 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_64()
37 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_oncore()
Dkmp_wait_release.h498 static inline void __kmp_mwait_template(int th_gtid, C *flag) { in __kmp_mwait_template() function