H A D | z_Windows_NT_util.cpp | 362 static inline void __kmp_suspend_template(int th_gtid, C *flag) { in __kmp_suspend_template() 363 kmp_info_t *th = __kmp_threads[th_gtid]; in __kmp_suspend_template() 367 th_gtid, flag->get())); in __kmp_suspend_template() 374 th_gtid, flag->get())); in __kmp_suspend_template() 392 th_gtid, flag->get(), (unsigned int)flag->load())); in __kmp_suspend_template() 400 th_gtid, flag->get())); in __kmp_suspend_template() 413 th_gtid)); in __kmp_suspend_template() 435 ("__kmp_suspend_template: T#%d spurious wakeup\n", th_gtid)); in __kmp_suspend_template() 460 KF_TRACE(30, ("__kmp_suspend_template: T#%d exit\n", th_gtid)); in __kmp_suspend_template() 464 void __kmp_suspend_32(int th_gtid, kmp_flag_3 in __kmp_suspend_32() 361 __kmp_suspend_template(int th_gtid,C * flag) __kmp_suspend_template() argument 463 __kmp_suspend_32(int th_gtid,kmp_flag_32<C,S> * flag) __kmp_suspend_32() argument 467 __kmp_suspend_64(int th_gtid,kmp_flag_64<C,S> * flag) __kmp_suspend_64() argument 471 __kmp_atomic_suspend_64(int th_gtid,kmp_atomic_flag_64<C,S> * flag) __kmp_atomic_suspend_64() argument 474 __kmp_suspend_oncore(int th_gtid,kmp_flag_oncore * flag) __kmp_suspend_oncore() argument [all...] |