Searched refs:activeWatchees (Results 1 – 1 of 1) sorted by relevance
425 private int activeWatchees; // Only synchronized accesses. field in Daemons.FinalizerWatchdogDaemon462 while (activeWatchees == 0) { in sleepUntilNeeded()480 activeWatchees &= ~whichDaemon; in monitoringNotNeeded()487 int oldWatchees = activeWatchees; in monitoringNeeded()488 activeWatchees |= whichDaemon; in monitoringNeeded()496 return (activeWatchees & whichDaemon) != 0; in isActive()