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

  /bionic/libc/kernel/uapi/linux/
times.h 24 __kernel_clock_t tms_stime; member in struct:tms
  /external/kernel-headers/original/uapi/linux/
times.h 9 __kernel_clock_t tms_stime; member in struct:tms
  /external/ltp/testcases/kernel/syscalls/times/
times03.c 104 if (buf1.tms_stime > 5)
105 tst_res(TFAIL, "buf1.tms_stime = %li", buf1.tms_stime);
107 tst_res(TPASS, "buf1.tms_stime <= 5");
128 if (buf2.tms_stime == 0)
129 tst_res(TFAIL, "buf2.tms_stime = 0");
131 tst_res(TPASS, "buf2.tms_stime = %li", buf2.tms_stime);
133 if (buf1.tms_stime >= buf2.tms_stime) {
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 89 (long)(parent_tms.tms_stime - ini_tms.tms_stime),
107 if ((child_tms.tms_utime + child_tms.tms_stime) >=
117 } while ((child_tms.tms_utime + child_tms.tms_stime) <= 0);
144 (long)(parent_tms.tms_stime - ini_tms.tms_stime),
  /bionic/tests/headers/posix/
sys_times_h.c 36 STRUCT_MEMBER(struct tms, clock_t, tms_stime);
  /external/compiler-rt/test/msan/
times.cc 15 if (t.tms_stime) printf("2\n");
  /external/strace/
times.c 46 tprintf("{tms_utime=%llu, tms_stime=%llu, ",
48 zero_extend_signed_to_ull(tbuf.tms_stime));
  /external/strace/tests/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
135 (unsigned long long) tbuf.tms_stime);
  /external/strace/tests-m32/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
135 (unsigned long long) tbuf.tms_stime);
  /external/strace/tests-mx32/
times.c 133 printf("times({tms_utime=%llu, tms_stime=%llu, ",
135 (unsigned long long) tbuf.tms_stime);
  /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/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 1265 milliseconds