Searched refs:clock_t (Results 1 - 25 of 68) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D7-1-buildonly.c8 Test that clock_t is defined.
13 clock_t dummy;
H A D10-1-buildonly.c9 clock_t clock(void);
15 typedef clock_t(*clock_test) (void);
/external/syslinux/com32/include/sys/
H A Dtimes.h17 typedef uint32_t clock_t; typedef
21 static inline clock_t times(struct tms *buf)
/external/compiler-rt/test/msan/
H A Dtimes.cc11 clock_t res = times(&t);
12 assert(res != (clock_t)-1);
/external/syslinux/com32/include/
H A Dcli.h14 extern int mygetkey(clock_t timeout);
H A Dmenu.h187 extern clock_t kbdtimeout;
207 int mygetkey(clock_t timeout);
/external/syslinux/com32/lib/sys/
H A Dsleep.c11 clock_t start = times(NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D8-1.c61 clock_t st_time, cur_time;
82 if (cur_time == (clock_t) - 1)
107 if (cur_time == (clock_t) - 1)
/external/ltp/testcases/kernel/timers/include/
H A Dcommon_timers.h17 clock_t clock_list[] = {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
H A D1-1.c8 * Test that clock() returns a clock_t containing the processor time
25 clock_t c1, c2;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dtime_h.pass.cpp25 clock_t c = 0; ((void)c);
29 static_assert((std::is_same<decltype(clock()), clock_t>::value), "");
/external/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp25 std::clock_t c = 0;
33 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/libcxx/test/std/utilities/time/date.time/
H A Dctime.pass.cpp23 std::clock_t c = 0;
33 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/strace/tests/
H A Dtimes.c123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
/external/strace/tests-m32/
H A Dtimes.c123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
/external/strace/tests-mx32/
H A Dtimes.c123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
/external/syslinux/com32/modules/
H A Dcptime.c108 void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs)
112 dr = max(bcnt, (bcnt * tps)) / max((clock_t)1, (et + offs));
114 } /* void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs) */
116 void print_cp_result_long(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_verbose)
127 } /* void print_cp_result_long(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz) */
129 void print_cp_result_simple(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_verbose)
133 } /* void print_cp_result_simple(char *fn, int bcnt, clock_t b
[all...]
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wait_bitset.h22 static void verify_futex_wait_bitset(long long wait_us, clock_t clk_id)
/external/syslinux/com32/libutil/include/
H A Dgetkey.h82 int get_key(FILE *, clock_t);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc70 clock_t clocks = clock();
91 clock_t clocks = clock();
/external/syslinux/com32/elflink/ldlinux/
H A Dcli.c31 static int mygetkey_timeout(clock_t *kbd_to, clock_t *tto)
33 clock_t t0, t1;
60 static const char * cmd_reverse_search(int *cursor, clock_t *kbd_to,
61 clock_t *tto)
136 clock_t kbd_to = kbdtimeout;
137 clock_t tto = totaltimeout;
H A Dget_key.c194 __export int get_key(FILE * f, clock_t timeout)
200 clock_t start;
212 clock_t lateness = times(NULL) - start;
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc4.c113 clock_t start_time; /* start & stop times */
114 clock_t stop_time;
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc62 clock_t clocks = clock();
76 clock_t clocks = clock();
/external/capstone/suite/benchmark/
H A Dtest_iter_benchmark.c74 clock_t start, end;

Completed in 877 milliseconds

123