Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c62 struct tms after_tms; in csh_wait3() local
85 if (times(&after_tms) == -1) in csh_wait3()
90 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in csh_wait3()
91 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c73 struct tms after_tms; in wait4() local
117 if (times(&after_tms) < 0) in wait4()
122 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in wait4()
123 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c118 struct tms after_tms; in wait4() local
164 if (times(&after_tms) == (clock_t)-1) in wait4()
169 diffu = after_tms.tms_cutime - before_tms.tms_cutime; in wait4()
170 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()