Lines Matching defs:blocktime

3309     // whether blocktime is explicitly set
3310 __kmp_dflt_blocktime, // int blocktime; //internal control for blocktime
3312 __kmp_bt_intervals, // int bt_intervals; //internal control for blocktime
3901 /* Adjust blocktime to zero if necessary */
4476 /* Adjust blocktime back to zero if necessary */
4692 /* Adjust blocktime back to zero if necessary */
5992 /* Adjust blocktime back to user setting or default if necessary */
6251 /* Adjust blocktime back to user setting or default if necessary */
6414 // sleeping after the given blocktime.
7501 /* Adjust blocktime to zero if necessary now that __kmp_avail_proc is set */
8854 int blocktime = arg; /* argument is in microseconds */
8862 /* Normalize and set blocktime for the teams */
8863 if (blocktime < KMP_MIN_BLOCKTIME)
8864 blocktime = KMP_MIN_BLOCKTIME;
8865 else if (blocktime > KMP_MAX_BLOCKTIME)
8866 blocktime = KMP_MAX_BLOCKTIME;
8868 set__blocktime_team(thread->th.th_team, tid, blocktime);
8869 set__blocktime_team(thread->th.th_serial_team, 0, blocktime);
8872 /* Calculate and set blocktime intervals for the teams */
8873 bt_intervals = KMP_INTERVALS_FROM_BLOCKTIME(blocktime, __kmp_monitor_wakeups);
8879 /* Set whether blocktime has been set to "TRUE" */
8885 KF_TRACE(10, ("kmp_set_blocktime: T#%d(%d:%d), blocktime=%d, "
8888 thread->th.th_team->t.t_id, tid, blocktime, bt_intervals,
8891 KF_TRACE(10, ("kmp_set_blocktime: T#%d(%d:%d), blocktime=%d\n",
8893 thread->th.th_team->t.t_id, tid, blocktime));
9073 // Soft pause sets up threads to ignore blocktime and just go to sleep.
9220 // blocktime isn't infinite, the thread could be sleeping, so we send a resume