HomeSort by relevance Sort by last modified time
    Searched refs:clock_t (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
7-1-buildonly.c 8 Test that clock_t is defined.
13 clock_t dummy;
10-1-buildonly.c 9 clock_t clock(void);
15 typedef clock_t(*clock_test) (void);
  /bionic/tests/headers/posix/
sys_times_h.c 35 STRUCT_MEMBER(struct tms, clock_t, tms_utime);
36 STRUCT_MEMBER(struct tms, clock_t, tms_stime);
37 STRUCT_MEMBER(struct tms, clock_t, tms_cutime);
38 STRUCT_MEMBER(struct tms, clock_t, tms_cstime);
40 TYPE(clock_t);
42 FUNCTION(times, clock_t (*f)(struct tms*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
times.h 37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
47 Return the elapsed real time, or (clock_t) -1 for errors.
49 extern clock_t times (struct tms *__buffer) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
times.h 37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
47 Return the elapsed real time, or (clock_t) -1 for errors.
49 extern clock_t times (struct tms *__buffer) __THROW;
  /external/syslinux/com32/include/sys/
times.h 17 typedef uint32_t clock_t; typedef
21 static inline clock_t times(struct tms *buf)
  /external/compiler-rt/test/msan/
times.cc 11 clock_t res = times(&t);
12 assert(res != (clock_t)-1);
  /bionic/libc/include/sys/
times.h 38 clock_t times(struct tms* __buf);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr2404a.c 8 clock_t ticks = times (&buf);
  /bionic/libc/bionic/
clock.cpp 36 clock_t clock() {
  /external/syslinux/com32/include/
cli.h 14 extern int mygetkey(clock_t timeout);
  /external/syslinux/com32/lib/sys/
sleep.c 11 clock_t start = times(NULL);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
ctime 45 using ::clock_t;
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 11 expression with type clock_t (described below) that is the number per second
14 The types declared are size_t along with clock_t and time_t which are
18 The range and precision of times representable in clock_t and time_t are
45 clock_t Arithmetic type capable of representing a time from the clock function.
53 clock_t clock (void);
93 typedef _EFI_CLOCK_T clock_t; typedef
167 returns the value (clock_t)(-1).
169 clock_t clock(void);
432 clock_t __getCPS(void);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 61 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/
common_timers.h 17 clock_t clock_list[] = {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
1-1.c 8 * Test that clock() returns a clock_t containing the processor time
25 clock_t c1, c2;
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
MainData.h 80 clock_t AppStartTime; // Set in Main.c and used for time.h
81 clock_t ClocksPerSecond; // Set in Main.c and used for time.h
  /external/libcxx/test/std/depr/depr.c.headers/
time_h.pass.cpp 25 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/
ctime.pass.cpp 25 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/
ctime.pass.cpp 23 std::clock_t c = 0;
33 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
  /external/strace/tests/
times.c 123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
  /external/strace/tests-m32/
times.c 123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
  /external/strace/tests-mx32/
times.c 123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
time_h.pass.cpp 25 clock_t c = 0; ((void)c);
29 static_assert((std::is_same<decltype(clock()), clock_t>::value), "");

Completed in 913 milliseconds

1 2 3 4 5