Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dpit.rs365 struct PitCounter { struct
385 // Note that once a PitCounter is created, this value should never change. argument
406 impl Drop for PitCounter { argument
443 impl PitCounter { impl
448 ) -> PitResult<PitCounter> { in new()