Searched defs:th_gtid (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h172 int th_gtid; local
746 void suspend(int th_gtid) { __kmp_suspend_3 argument
747 resume(int th_gtid) argument
775 suspend(int th_gtid) argument
776 resume(int th_gtid) argument
898 suspend(int th_gtid) argument
899 resume(int th_gtid) argument
[all...]
H A Dz_Linux_util.cpp1451 static inline void __kmp_suspend_template(int th_gtid, C *flag) { argument
1583 __kmp_suspend_32(int th_gtid, kmp_flag_32 *flag) argument
1586 __kmp_suspend_64(int th_gtid, kmp_flag_64 *flag) argument
1589 __kmp_suspend_oncore(int th_gtid, kmp_flag_oncore *flag) argument
[all...]
H A Dz_Windows_NT_util.cpp357 static inline void __kmp_suspend_template(int th_gtid, C *flag) { argument
445 void __kmp_suspend_32(int th_gtid, kmp_flag_3 argument
448 __kmp_suspend_64(int th_gtid, kmp_flag_64 *flag) argument
451 __kmp_suspend_oncore(int th_gtid, kmp_flag_oncore *flag) argument
[all...]

Completed in 134 milliseconds