/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 8-1.c | 81 } while ((cur_time - st_time) < sysconf(_SC_CLK_TCK)); in main() 90 sysconf(_SC_CLK_TCK)); in main() 108 sysconf(_SC_CLK_TCK)) in main()
|
/third_party/rust/crates/rustix/tests/param/ |
D | auxv.rs | 21 assert_eq!(size, unsafe { libc::sysconf(libc::_SC_CLK_TCK) as u64 }); in test_clock_ticks_per_second()
|
/third_party/rust/crates/rustix/src/backend/libc/param/ |
D | auxv.rs | 23 unsafe { c::sysconf(c::_SC_CLK_TCK) as u64 } in clock_ticks_per_second()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/ |
D | conf_sysconf_test.cpp | 46 int result = sysconf(_SC_CLK_TCK);
|
/third_party/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 83 test_sysconf(_SC_CLK_TCK); in main()
|
/third_party/ltp/testcases/kernel/syscalls/adjtimex/ |
D | adjtimex02.c | 119 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime01.c | 203 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
|
D | clock_adjtime02.c | 216 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 30 [_SC_CLK_TCK] = 100, in sysconf()
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct02.c | 222 clock_ticks = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
|
/third_party/musl/src/conf/ |
D | sysconf.c | 33 [_SC_CLK_TCK] = 100, in sysconf()
|
/third_party/node/deps/uv/src/unix/ |
D | openbsd.c | 180 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
D | netbsd.c | 181 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK); in uv_cpu_info()
|
D | freebsd.c | 173 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
D | darwin.c | 328 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
/third_party/libuv/src/unix/ |
D | openbsd.c | 180 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
D | freebsd.c | 173 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
D | netbsd.c | 181 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK); in uv_cpu_info()
|
D | darwin.c | 328 unsigned int ticks = (unsigned int)sysconf(_SC_CLK_TCK), in uv_cpu_info()
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 306 #define _SC_CLK_TCK 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 282 #define _SC_CLK_TCK 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 309 #define _SC_CLK_TCK 2 macro
|
/third_party/musl/include/ |
D | unistd.h | 348 #define _SC_CLK_TCK 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 282 #define _SC_CLK_TCK 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 282 #define _SC_CLK_TCK 2 macro
|