HomeSort by relevance Sort by last modified time
    Searched refs:tms_utime (Results 1 - 22 of 22) sorted by null

  /bionic/libc/kernel/uapi/linux/
times.h 23 __kernel_clock_t tms_utime; member in struct:tms
  /external/kernel-headers/original/uapi/linux/
times.h 8 __kernel_clock_t tms_utime; member in struct:tms
  /external/ltp/testcases/kernel/syscalls/times/
times03.c 99 if (buf1.tms_utime > 5)
100 tst_res(TFAIL, "buf1.tms_utime = %li", buf1.tms_utime);
102 tst_res(TPASS, "buf1.tms_utime <= 5");
115 if (buf2.tms_utime == 0)
116 tst_res(TFAIL, "buf2.tms_utime = 0");
118 tst_res(TPASS, "buf2.tms_utime = %li", buf2.tms_utime);
120 if (buf1.tms_utime >= buf2.tms_utime) {
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 88 (long)(parent_tms.tms_utime - ini_tms.tms_utime),
107 if ((child_tms.tms_utime + child_tms.tms_stime) >=
117 } while ((child_tms.tms_utime + child_tms.tms_stime) <= 0);
143 (long)(parent_tms.tms_utime - ini_tms.tms_utime),
  /bionic/tests/headers/posix/
sys_times_h.c 35 STRUCT_MEMBER(struct tms, clock_t, tms_utime);
  /external/compiler-rt/test/msan/
times.cc 14 if (t.tms_utime) printf("1\n");
  /external/strace/
times.c 46 tprintf("{tms_utime=%llu, tms_stime=%llu, ",
47 zero_extend_signed_to_ull(tbuf.tms_utime),
  /external/strace/tests/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
134 (unsigned long long) tbuf.tms_utime,
  /external/strace/tests-m32/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
134 (unsigned long long) tbuf.tms_utime,
  /external/strace/tests-mx32/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
134 (unsigned long long) tbuf.tms_utime,
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 117 Begin_Time = (long) time_info.tms_utime;
178 End_Time = (long) time_info.tms_utime;
  /external/u-boot/lib/dhry/
dhry_1.c 176 Begin_Time = (long) time_info.tms_utime;
235 End_Time = (long) time_info.tms_utime;
  /external/ImageMagick/MagickCore/
timer.c 482 return((double) (timer.tms_utime+timer.tms_stime)/sysconf(_SC_CLK_TCK));
random.c 456 nanoseconds=timer.tms_utime+timer.tms_stime;
    [all...]
  /external/python/cpython3/Modules/
timemodule.c     [all...]
posixmodule.c     [all...]
  /external/mksh/src/
misc.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 1178 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 2352 milliseconds