Home
last modified time | relevance | path

Searched defs:clock_t (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/powerpc/
Dmod.rs1 pub type clock_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs1 pub type clock_t = ::c_long; typedef
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs1 pub type clock_t = ::c_long; typedef
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h51 #define clock_t __kernel_clock_t macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs1 pub type clock_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs4 pub type clock_t = i64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs7 pub type clock_t = i32; typedef
/third_party/musl/include/
Dalltypes.h.in42 TYPEDEF long clock_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h272 typedef long clock_t; typedef
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs17 pub type clock_t = c_ulong; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h213 typedef long clock_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h213 typedef long clock_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h213 typedef long clock_t; typedef
/third_party/python/
Dconfigure.ac2738 AC_DEFINE(clock_t, long, [Define to 'long' if <time.h> doesn't define.]) definition
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2397 clock_t = __darwin_clock_t variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs2 pub type clock_t = c_long; typedef
/third_party/rust/crates/libc/src/
Dwasi.rs25 pub type clock_t = c_longlong; typedef
672 pub fn times(buf: *mut ::tms) -> ::clock_t; in times()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs4 pub type clock_t = i32; typedef
/third_party/rust/crates/libc/src/windows/
Dmod.rs28 pub type clock_t = i32; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs18 pub type clock_t = c_ulong; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1066 pub fn times(buf: *mut ::tms) -> ::clock_t; in times()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs4 pub type clock_t = u64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
Dmod.rs7 pub type clock_t = ::c_long; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs20 pub type clock_t = ::c_long; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs24 pub type clock_t = c_uint; typedef

12