Home
last modified time | relevance | path

Searched defs:interrupter (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dintr_resample_handler.rs20 interrupter: Arc<Mutex<Interrupter>>, field
53 let mut interrupter = self.interrupter.lock(); in on_event() localVariable
Dcommand_ring_controller.rs96 interrupter: Arc<Mutex<Interrupter>>, field
152 let interrupter = self.interrupter.clone(); in disable_slot() localVariable
258 let interrupter = self.interrupter.clone(); in reset_device() localVariable
293 let interrupter = self.interrupter.clone(); in stop_endpoint() localVariable
330 let interrupter = self.interrupter.clone(); in reset_endpoint() localVariable
Dmod.rs10 mod interrupter; module
93 interrupter: Arc<Mutex<Interrupter>>, field
123 let interrupter = Arc::new(Mutex::new(Interrupter::new(mem.clone(), irq_evt, &regs))); in new() localVariable
Dtransfer_ring_controller.rs38 interrupter: Arc<Mutex<Interrupter>>, field
Dusb_hub.rs70 interrupter: Arc<Mutex<Interrupter>>, field
Dxhci_transfer.rs243 interrupter: Arc<Mutex<Interrupter>>, field
Ddevice_slot.rs288 interrupter: Arc<Mutex<Interrupter>>, field
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptibleTaskTest.java136 Thread interrupter = in testInterruptIsSlow() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DInterruptibleTaskTest.java136 Thread interrupter = in testInterruptIsSlow() local
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c166 int worker, interrupter; in main() local