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

  /bionic/libc/kernel/uapi/linux/
times.h 25 __kernel_clock_t tms_cutime; member in struct:tms
  /external/kernel-headers/original/uapi/linux/
times.h 10 __kernel_clock_t tms_cutime; member in struct:tms
  /bionic/tests/headers/posix/
sys_times_h.c 37 STRUCT_MEMBER(struct tms, clock_t, tms_cutime);
  /external/compiler-rt/test/msan/
times.cc 16 if (t.tms_cutime) printf("3\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 67 if (ini_tms.tms_cutime != 0 || ini_tms.tms_cstime != 0)
68 FAILED("The process is created with non-zero tms_cutime or "
145 (long)(parent_tms.tms_cutime - ini_tms.tms_cutime),
154 if (parent_tms.tms_cutime == 0 && parent_tms.tms_cstime == 0)
155 FAILED("The process is created with non-zero tms_cutime or "
  /external/strace/
times.c 49 tprintf("tms_cutime=%llu, tms_cstime=%llu}",
50 zero_extend_signed_to_ull(tbuf.tms_cutime),
  /external/ltp/testcases/kernel/syscalls/times/
times03.c 141 if (buf2.tms_cutime != 0)
142 tst_res(TFAIL, "buf2.tms_cutime = %li", buf2.tms_cutime);
144 tst_res(TPASS, "buf2.tms_cutime = 0");
180 if (buf3.tms_cutime == 0)
181 tst_res(TFAIL, "buf3.tms_cutime = 0");
183 tst_res(TPASS, "buf3.tms_cutime = %ld", buf3.tms_cutime);
  /external/strace/tests/
times.c 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n",
137 (unsigned long long) tbuf.tms_cutime,
  /external/strace/tests-m32/
times.c 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n",
137 (unsigned long long) tbuf.tms_cutime,
  /external/strace/tests-mx32/
times.c 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n",
137 (unsigned long long) tbuf.tms_cutime,
  /external/ltp/pan/
ltp-pan.c 814 (int)(tms2.tms_cutime -
815 tms1.tms_cutime),
    [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...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 1924 milliseconds