Searched defs:before_tms (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c63 struct tms before_tms; local
71 if (times(&before_tms) == -1)
92 diffu = after_tms.tms_cutime - before_tms.tms_cutime;
93 diffs = after_tms.tms_cstime - before_tms.tms_cstime;
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c74 struct tms before_tms; local
89 if (times(&before_tms) < 0)
124 diffu = after_tms.tms_cutime - before_tms.tms_cutime;
125 diffs = after_tms.tms_cstime - before_tms.tms_cstime;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c119 struct tms before_tms; local
130 if (times(&before_tms) == (clock_t)-1)
171 diffu = after_tms.tms_cutime - before_tms.tms_cutime;
172 diffs = after_tms.tms_cstime - before_tms.tms_cstime;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c171 struct tms before_tms; local
186 if (times(&before_tms) < 0)
225 diffu = after_tms.tms_cutime - before_tms.tms_cutime;
226 diffs = after_tms.tms_cstime - before_tms.tms_cstime;

Completed in 44 milliseconds