Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dtimer.rs125 pub const NANOSECONDS_PER_SECOND: u64 = 1000000000; constant
/openbmc/qemu/include/qemu/
H A Dtimer.h8 #define NANOSECONDS_PER_SECOND 1000000000LL macro