Searched refs:stime (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_resource.c1027 struct timeval stime; local
1032 calcru(p, &utime, &stime, NULL);
1036 rup->ru_stime = stime;
H A Dtty.c2776 struct timeval stime; local
2867 calcru(pick, &utime, &stime, NULL);
2870 /* Print command, pid, state, utime, and stime */
2876 (long)stime.tv_sec, stime.tv_usec / 10000);

Completed in 75 milliseconds