Home
last modified time | relevance | path

Searched defs:on_thread_start (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/watchdog/utils/
D__init__.py66 def on_thread_start(self) -> None: member in BaseThread
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dread_directory_changes.py48 def on_thread_start(self) -> None: member in WindowsApiEmitter
Dpolling.py71 def on_thread_start(self) -> None: member in PollingEmitter
Dinotify.py116 def on_thread_start(self) -> None: member in InotifyEmitter
Dfsevents.py312 def on_thread_start(self) -> None: member in FSEventsEmitter
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dcommon_executor.rs49 fn on_thread_start(&self) {} in on_thread_start() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs550 pub fn on_thread_start<F>(&mut self, f: F) -> &mut Self in on_thread_start() method
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A During_executor.rs730 fn on_thread_start(&self) { in on_thread_start() method