/bionic/libc/kernel/uapi/linux/ |
times.h | 26 __kernel_clock_t tms_cstime; member in struct:tms
|
/external/kernel-headers/original/uapi/linux/ |
times.h | 11 __kernel_clock_t tms_cstime; member in struct:tms
|
/bionic/tests/headers/posix/ |
sys_times_h.c | 38 STRUCT_MEMBER(struct tms, clock_t, tms_cstime);
|
/external/compiler-rt/test/msan/ |
times.cc | 17 if (t.tms_cstime) printf("4\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) 69 "tms_cstime"); 146 (long)(parent_tms.tms_cstime - ini_tms.tms_cstime) 154 if (parent_tms.tms_cutime == 0 && parent_tms.tms_cstime == 0) 156 "tms_cstime");
|
/external/strace/ |
times.c | 49 tprintf("tms_cutime=%llu, tms_cstime=%llu}", 51 zero_extend_signed_to_ull(tbuf.tms_cstime));
|
/external/ltp/testcases/kernel/syscalls/times/ |
times03.c | 146 if (buf2.tms_cstime != 0) 147 tst_res(TFAIL, "buf2.tms_cstime = %li", buf2.tms_cstime); 149 tst_res(TPASS, "buf2.tms_cstime = 0"); 185 if (buf3.tms_cstime == 0) 186 tst_res(TFAIL, "buf3.tms_cstime = 0"); 188 tst_res(TPASS, "buf3.tms_cstime = %ld", buf3.tms_cstime);
|
/external/strace/tests/ |
times.c | 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n", 138 (unsigned long long) tbuf.tms_cstime,
|
/external/strace/tests-m32/ |
times.c | 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n", 138 (unsigned long long) tbuf.tms_cstime,
|
/external/strace/tests-mx32/ |
times.c | 136 printf("tms_cutime=%llu, tms_cstime=%llu}) = %llu\n", 138 (unsigned long long) tbuf.tms_cstime,
|
/external/ltp/pan/ |
ltp-pan.c | 816 (int)(tms2.tms_cstime - 817 tms1.tms_cstime)); [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...] |