Home
last modified time | relevance | path

Searched defs:CLOCK_MONOTONIC (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioClock.h29 static int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) { in getNanoseconds() argument
46 static int sleepUntilNanoTime(int64_t nanoTime, clockid_t clockId = CLOCK_MONOTONIC) { in sleepUntilNanoTime() argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h72 #define CLOCK_MONOTONIC 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h87 #define CLOCK_MONOTONIC 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h86 #define CLOCK_MONOTONIC 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h87 #define CLOCK_MONOTONIC 1 macro
/third_party/musl/include/
H A Dtime.h89 #define CLOCK_MONOTONIC 1 macro
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c36 sd_event_now(sd_event_source_get_event(s), CLOCK_MONOTONIC, &at); in sultimer_handler() local
76 sd_event_now(sd_event_source_get_event(s), CLOCK_MONOTONIC, &at); in idle_handler() local
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h100 #define CLOCK_MONOTONIC 1 macro
/third_party/rust/crates/nix/src/
H A Dtime.rs90 pub const CLOCK_MONOTONIC: ClockId = ClockId(libc::CLOCK_MONOTONIC); consts
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c1133 #define CLOCK_MONOTONIC CLOCK_REALTIME macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs445 pub const CLOCK_MONOTONIC: ::clockid_t = 4; consts
/third_party/libfuse/lib/
H A Dfuse.c2431 #define CLOCK_MONOTONIC CLOCK_REALTIME macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs396 pub const CLOCK_MONOTONIC: ::clockid_t = 3; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs365 pub static CLOCK_MONOTONIC: clockid_t = unsafe { clockid_t(ptr_addr_of!(_CLOCK_MONOTONIC)) }; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs484 pub const CLOCK_MONOTONIC: ::clockid_t = 4; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs591 pub const CLOCK_MONOTONIC: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs850 pub const CLOCK_MONOTONIC: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs825 pub const CLOCK_MONOTONIC: ::clockid_t = 4; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs712 pub const CLOCK_MONOTONIC: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs492 pub const CLOCK_MONOTONIC: ::clockid_t = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs987 pub const CLOCK_MONOTONIC: ::clockid_t = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1440 pub const CLOCK_MONOTONIC: ::clockid_t = 1; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1668 pub const CLOCK_MONOTONIC: ::clockid_t = 4; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1331 pub const CLOCK_MONOTONIC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1344 pub const CLOCK_MONOTONIC: u32 = 1; consts

Completed in 106 milliseconds

12