Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dwait3.c63 struct tms before_tms; in csh_wait3() local
71 if (times(&before_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.c74 struct tms before_tms; in wait4() local
89 if (times(&before_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.c119 struct tms before_tms; in wait4() local
130 if (times(&before_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.c171 struct tms before_tms; in wait4() local
186 if (times(&before_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()