Lines Matching full:hibernate
380 kmp_uint32 hibernate;
496 hibernate = 0;
498 hibernate = this_thr->th.th_team_bt_intervals;
500 hibernate = this_thr->th.th_team_bt_intervals;
507 if (hibernate != 0)
508 hibernate++;
511 hibernate += TCR_4(__kmp_global.g.g_time.dt.t_value);
512 KF_TRACE(20, ("__kmp_wait_sleep: T#%d now=%d, hibernate=%d, intervals=%d\n",
513 th_gtid, __kmp_global.g.g_time.dt.t_value, hibernate,
514 hibernate - __kmp_global.g.g_time.dt.t_value));
622 if (TCR_4(__kmp_global.g.g_time.dt.t_value) < hibernate)