Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
times.h | 45 typedef _BSD_CLOCK_T_ clock_t; typedef in typeref:typename:_BSD_CLOCK_T_ 50 clock_t tms_utime; /* User CPU time */ 51 clock_t tms_stime; /* System CPU time */ 52 clock_t tms_cutime; /* User CPU time of terminated child procs */ 53 clock_t tms_cstime; /* System CPU time of terminated child procs */ 61 clock_t times(struct tms *) __RENAME(__times13); |
types.h | 283 typedef _BSD_CLOCK_T_ clock_t; typedef in typeref:typename:_BSD_CLOCK_T_ |
/src/include/ | |
time.h | 49 typedef _BSD_CLOCK_T_ clock_t; typedef in typeref:typename:_BSD_CLOCK_T_ 91 clock_t clock(void); |