Home
last modified time | relevance | path

Searched refs:activeWatchees (Results 1 – 1 of 1) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DDaemons.java425 private int activeWatchees; // Only synchronized accesses. field in Daemons.FinalizerWatchdogDaemon
462 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()