HomeSort by: relevance | last modified time | path
    Searched refs:clock_t (Results 1 - 22 of 22) sorted by relevancy

  /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);
siginfo.h 65 clock_t _utime;
66 clock_t _stime;
types.h 283 typedef _BSD_CLOCK_T_ clock_t; typedef in typeref:typename:_BSD_CLOCK_T_
  /src/sys/compat/sys/
times.h 44 clock_t times(struct tms *);
siginfo.h 67 clock_t _utime;
68 clock_t _stime;
  /src/lib/libc/gen/
clock.c 58 clock_t
62 clock_t hz = CLOCKS_PER_SEC;
65 return ((clock_t) -1);
66 return (clock_t)((ru.ru_utime.tv_sec + ru.ru_stime.tv_sec) * hz +
times.c 56 (clock_t)(r.tv_sec * clk_tck + r.tv_usec / (1000000 / (uint)clk_tck))
65 clock_t
70 static clock_t clk_tck;
79 clk_tck = (clock_t)CLK_TCK;
82 return ((clock_t)-1);
86 return ((clock_t)-1);
90 return ((clock_t)-1);
91 return ((clock_t)(CONVTCK(t)));
  /src/usr.sbin/timed/timed/
timed-extern.h 74 void prthp(clock_t);
master.c 495 prthp(clock_t delta)
568 prthp((clock_t)CLK_TCK);
702 prthp((clock_t)CLK_TCK);
708 prthp((clock_t)CLK_TCK);
738 prthp((clock_t)0);
815 prthp((clock_t)CLK_TCK);
824 prthp((clock_t)CLK_TCK);
  /src/lib/libc/softfloat/
timesoftfloat.c 108 clock_t startClock, endClock;
135 clock_t startClock, endClock;
164 clock_t startClock, endClock;
195 clock_t startClock, endClock;
263 clock_t startClock, endClock;
290 clock_t startClock, endClock;
319 clock_t startClock, endClock;
350 clock_t startClock, endClock;
394 clock_t startClock, endClock;
421 clock_t startClock, endClock
    [all...]
  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 73 clock_t start, stop;
  /src/include/
time.h 49 typedef _BSD_CLOCK_T_ clock_t; typedef in typeref:typename:_BSD_CLOCK_T_
91 clock_t clock(void);
  /src/bin/ksh/
c_sh.c 19 static char *clocktos ARGS((clock_t t));
732 clock_t t0t, t1t = 0;
734 extern clock_t j_usrtime, j_systime; /* computed by j_wait */
816 clock_t t;
818 static char temp[22]; /* enough for 64 bit clock_t */
826 t = (t < (clock_t)(1000000000/CLK_TCK)) ?
jobs.c 141 clock_t systime; /* system time used by job */
142 clock_t usrtime; /* user time used by job */
173 clock_t j_systime, j_usrtime; /* user and system time of last j_waitjed job */
  /src/usr.bin/xlint/llib/
llib-lposix 92 clock_t (clock)(void);
295 clock_t (times)(struct tms *buffer);
llib-lstdc 245 clock_t (clock)(void);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.cc 248 CHECK_TYPE_SIZE(clock_t);
sanitizer_platform_limits_solaris.cc 313 CHECK_TYPE_SIZE(clock_t);
sanitizer_platform_limits_freebsd.cc 475 CHECK_TYPE_SIZE(clock_t);
sanitizer_platform_limits_posix.cc 1148 CHECK_TYPE_SIZE(clock_t);
sanitizer_platform_limits_netbsd.cc 2471 CHECK_TYPE_SIZE(clock_t);
  /src/bin/sh/
eval.c 1810 conv_time(clock_t ticks, char *seconds, size_t l)
1812 static clock_t tpm = 0;
1813 clock_t mins;

Completed in 35 milliseconds