Home
last modified time | relevance | path

Searched refs:after_tms (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dwait3.c64 struct tms after_tms; in csh_wait3() local
87 if (times(&after_tms) == -1) in csh_wait3()
92 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in csh_wait3()
93 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3()
/titanic_50/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c75 struct tms after_tms; in wait4() local
119 if (times(&after_tms) < 0) in wait4()
124 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in wait4()
125 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dwaitpid.c120 struct tms after_tms; in wait4() local
166 if (times(&after_tms) == (clock_t)-1) in wait4()
171 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in wait4()
172 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c172 struct tms after_tms; in wait4() local
220 if (times(&after_tms) < 0) in wait4()
225 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in wait4()
226 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()