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/
Duv_mapping.h7 #define NANOS_PER_SEC 1000000000 macro
/third_party/node/src/
Dnode_process_methods.cc59 #define NANOS_PER_SEC 1000000000 macro
Dnode_report.cc27 constexpr int NANOS_PER_SEC = 1000 * 1000 * 1000; variable
/third_party/rust/crates/nix/src/sys/
Dtime.rs190 const NANOS_PER_SEC: i64 = 1_000_000_000; constant
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2029 static NANOS_PER_SEC: u32 = 1_000_000_000; in deserialize() constant
2167 static NANOS_PER_SEC: u32 = 1_000_000_000; in deserialize() variable