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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java83 private static long sleepyTime = Defaults.lMaxSleepTime; field in class:ServiceTable
395 long alarmTime = sleepyTime; // when to wake up next
415 // less than the new sleepyTime, then we set the alarm
417 // for the new sleepyTime.
425 alarmTime = sleepyTime;
441 alarmTime = sleepyTime;
464 sleepyTime = store.ageOut(deleted);
677 if (sTime < sleepyTime) {
679 sleepyTime = sTime;

Completed in 70 milliseconds