Home
last modified time | relevance | path

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

/external/crosvm/base/src/unix/
Dscoped_signal_handler.rs335 struct WaitForInterruptHandler; struct
339 unsafe impl SignalHandler for WaitForInterruptHandler { implementation
395 ScopedSignalHandler::new::<WaitForInterruptHandler>(&[Signal::Interrupt]).unwrap(); in waitforinterrupt_success()
/external/crosvm/common/sys_util/src/
Dscoped_signal_handler.rs335 struct WaitForInterruptHandler; struct
339 unsafe impl SignalHandler for WaitForInterruptHandler { implementation
395 ScopedSignalHandler::new::<WaitForInterruptHandler>(&[Signal::Interrupt]).unwrap(); in waitforinterrupt_success()