Searched refs:__kmp_suspend_template (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp357 static inline void __kmp_suspend_template(int th_gtid, C *flag) { function
362 KF_TRACE(30, ("__kmp_suspend_template: T#%d enter for flag's loc(%p)\n",
368 KF_TRACE(10, ("__kmp_suspend_template: T#%d setting sleep bit for flag's"
382 KF_TRACE(5, ("__kmp_suspend_template: T#%d set sleep bit for flag's"
388 KF_TRACE(5, ("__kmp_suspend_template: T#%d false alarm, reset sleep bit "
401 KF_TRACE(15, ("__kmp_suspend_template: T#%d about to perform "
424 ("__kmp_suspend_template: T#%d spurious wakeup\n", th_gtid));
442 KF_TRACE(30, ("__kmp_suspend_template: T#%d exit\n", th_gtid));
446 __kmp_suspend_template(th_gtid, flag);
449 __kmp_suspend_template(th_gti
[all...]
H A Dz_Linux_util.cpp1451 static inline void __kmp_suspend_template(int th_gtid, C *flag) { function
1457 KF_TRACE(30, ("__kmp_suspend_template: T#%d enter for flag = %p\n", th_gtid,
1465 KF_TRACE(10, ("__kmp_suspend_template: T#%d setting sleep bit for spin(%p)\n",
1478 KF_TRACE(5, ("__kmp_suspend_template: T#%d set sleep bit for spin(%p)==%x,"
1484 KF_TRACE(5, ("__kmp_suspend_template: T#%d false alarm, reset sleep bit "
1499 __kmp_printf("__kmp_suspend_template: suspending T#%d: %s\n", th_gtid,
1527 KF_TRACE(15, ("__kmp_suspend_template: T#%d about to perform "
1533 KF_TRACE(15, ("__kmp_suspend_template: T#%d about to perform"
1547 ("__kmp_suspend_template: T#%d timeout wakeup\n", th_gtid));
1549 KF_TRACE(2, ("__kmp_suspend_template
[all...]

Completed in 42 milliseconds