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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c1014 struct timeval stime; local
1019 calcru(p, &utime, &stime, NULL);
1023 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 76 milliseconds