Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 25 of 108) sorted by relevance

12345

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D8-1.c58 clock_t st_time, cur_time; in main()
79 if (cur_time == (clock_t) - 1) in main()
104 if (cur_time == (clock_t) - 1) in main()
/external/libcxx/include/
Dctime28 clock_t
34 clock_t clock();
58 using ::clock_t;
/external/compiler-rt/test/msan/
Dtimes.cc11 clock_t res = times(&t); in main()
12 assert(res != (clock_t)-1); in main()
/external/ltp/include/lapi/
Dcommon_timers.h18 clock_t clock_list[] = {
53 int possibly_unsupported(clock_t clock) in possibly_unsupported()
/external/libcxx/test/std/depr/depr.c.headers/
Dtime_h.pass.cpp25 clock_t c = 0; ((void)c); in main()
29 static_assert((std::is_same<decltype(clock()), clock_t>::value), ""); in main()
/external/strace/tests-m32/
Dtimes.c123 clock_t res = times(&tbuf); in main()
125 if ((clock_t) -1 == res) in main()
/external/strace/tests-mx32/
Dtimes.c123 clock_t res = times(&tbuf); in main()
125 if ((clock_t) -1 == res) in main()
/external/strace/tests/
Dtimes.c123 clock_t res = times(&tbuf); in main()
125 if ((clock_t) -1 == res) in main()
/external/libcxx/test/std/utilities/time/date.time/
Dctime.pass.cpp35 std::clock_t c = 0; in main()
50 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp32 std::clock_t c = 0; in main()
44 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc70 clock_t clocks = clock(); in EncodeABlock()
91 clock_t clocks = clock(); in DecodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc62 clock_t clocks = clock(); in EncodeABlock()
76 clock_t clocks = clock(); in DecodeABlock()
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c113 clock_t start_time; /* start & stop times */ in main()
114 clock_t stop_time; in main()
Dsched_tc5.c110 clock_t start_time; /* start & stop times */ in main()
111 clock_t stop_time; in main()
Dsched_tc6.c137 clock_t start_time; /* start & stop times */ in main()
138 clock_t stop_time; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D7-1-buildonly.c13 clock_t dummy;
D10-1-buildonly.c15 typedef clock_t(*clock_test) (void);
/external/libevent/test/
Dtest-changelist.c60 clock_t ticksBegin;
112 clock_t ticksEnd; in get_cpu_usage()
/external/lz4/programs/
Dlz4io.c103 static const clock_t refreshRate = CLOCKS_PER_SEC / 6;
104 static clock_t g_time = 0;
342 clock_t clockEnd; in LZ4IO_compressFilename_Legacy()
345 clock_t const clockStart = clock(); in LZ4IO_compressFilename_Legacy()
656 clock_t const cpuStart = clock(); in LZ4IO_compressFilename()
665 { clock_t const cpuEnd = clock(); in LZ4IO_compressFilename()
1128 clock_t const start = clock(); in LZ4IO_decompressFilename()
1132 clock_t const end = clock(); in LZ4IO_decompressFilename()
/external/rust/crates/libc/src/
Dwasi.rs23 pub type clock_t = c_longlong; typedef
85 pub tms_utime: clock_t,
86 pub tms_stime: clock_t,
87 pub tms_cutime: clock_t,
88 pub tms_cstime: clock_t,
369 pub fn clock() -> clock_t; in clock()
608 pub fn times(buf: *mut ::tms) -> ::clock_t; in times() argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
D1-1.c27 clock_t c1, c2; in main()
/external/ltp/testcases/kernel/syscalls/timer_delete/
Dtimer_delete01.c28 clock_t clock = clock_list[i]; in run()
/external/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create03.c33 clock_t clock = CLOCK_MONOTONIC; in run()
/external/capstone/suite/benchmark/
Dtest_iter_benchmark.c74 clock_t start, end; in test()
/external/lz4/tests/
Dfullbench.c127 static clock_t BMK_GetClockSpan( clock_t clockStart ) in BMK_GetClockSpan()
486 clock_t clockTime; in fullSpeedBench()
584 clock_t clockTime; in fullSpeedBench()

12345