Home
last modified time | relevance | path

Searched defs:should_keep_running (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/watchdog/utils/
D__init__.py50 def should_keep_running(self) -> bool: member in BaseThread
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsession.cc72 bool should_keep_running = false; in Transition() local