Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c61 struct tms before_tms; in csh_wait3() local
69 if (times(&before_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.c72 struct tms before_tms; in wait4() local
87 if (times(&before_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.c117 struct tms before_tms; in wait4() local
128 if (times(&before_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()