Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 4 of 4) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dtimer.rs19 pub struct Timer(Opaque<bindings::QEMUTimer>); struct
21 unsafe impl Send for Timer {} implementation
22 unsafe impl Sync for Timer {} implementation
31 impl Timer { implementation
103 impl Drop for Timer { implementation
/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c41 typedef struct Timer { struct
45 } Timer; typedef
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs137 Timer(&'a BqlRefCell<HPETTimer>, TimerRegister), enumerator
/qemu/hw/net/
H A Drtl8139.c111 Timer = 0x48, /* A general-purpose counter. */ enumerator