Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dpit.rs320 struct PitCounter { struct
340 // Note that once a PitCounter is created, this value should never change. argument
361 impl Drop for PitCounter { argument
383 impl PitCounter { implementation
388 ) -> PitResult<PitCounter> { in new()