Searched refs:CPUTIME (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/bin/ps/ |
| H A D | ps.h | 47 TIMEVAL, CPUTIME, PCPU, VSIZE, PROCFLAG, PROCACFLAG, enumerator
|
| H A D | keyword.c | 150 VAR6("ltime", "LTIME", LWP, lcputime, 0, CPUTIME), 205 VAR6("time", "TIME", 0, cputime, 0, CPUTIME),
|
| H A D | ps.c | 731 case CPUTIME: in pscomp()
|
| /netbsd-src/games/larn/ |
| H A D | header.h | 130 #define CPUTIME 54 macro
|
| H A D | diag.c | 201 c[CPUTIME] += (cputime.tms_utime + cputime.tms_stime) / 60; in savegame()
|
| H A D | scores.c | 692 logg.cputime = i = (cputime.tms_utime + cputime.tms_stime) / 60 + c[CPUTIME]; in died()
|