Searched refs:sWatchdog (Results 1 – 1 of 1) sorted by relevance
53 private static Watchdog sWatchdog = new Watchdog(); field in Profile189 sWatchdog.addWatchEntry(t, cycleTimeInMs); in enable()194 sWatchdog.removeWatchEntry(Thread.currentThread()); in disable()199 sWatchdog.removeAllWatchEntries(); in disableAll()204 sWatchdog.dumpToFile(filename); in dumpToFile()209 sWatchdog.reset(); in reset()216 sWatchdog.hold(Thread.currentThread()); in hold()220 sWatchdog.commit(Thread.currentThread()); in commit()224 sWatchdog.drop(Thread.currentThread()); in drop()