Home
last modified time | relevance | path

Searched defs:NANOS_PER_SEC (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/uvwasi/src/
H A Duv_mapping.h7 #define NANOS_PER_SEC 1000000000 macro
/third_party/node/src/
H A Dnode_process_methods.cc62 #define NANOS_PER_SEC 1000000000 macro
H A Dnode_report.cc27 constexpr int NANOS_PER_SEC = 1000 * 1000 * 1000; variable
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs190 const NANOS_PER_SEC: i64 = 1_000_000_000; consts
/third_party/rust/crates/serde/serde/src/de/
H A Dimpls.rs2090 static NANOS_PER_SEC: u32 = 1_000_000_000; in deserialize() consts
2229 static NANOS_PER_SEC: u32 = 1_000_000_000; in deserialize() consts

Completed in 9 milliseconds