Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/
H A Dperiodic_logger.rs79 pub fn start_logging_thread(&mut self) -> Result<(), PeriodicLoggerError> { in start_logging_thread() method
200 assert!(periodic_logger.start_logging_thread().is_ok()); in worker_thread_cannot_start_twice()
201 assert!(periodic_logger.start_logging_thread().is_err()); in worker_thread_cannot_start_twice()
227 periodic_logger.start_logging_thread().unwrap(); in periodic_logger_smoke_test()