Searched refs:before_tms (Results 1 – 4 of 4) sorted by relevance
63 struct tms before_tms; in csh_wait3() local71 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()
74 struct tms before_tms; in wait4() local89 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()
119 struct tms before_tms; in wait4() local130 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()
171 struct tms before_tms; in wait4() local186 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()