clock_t           669 lib/pacemaker/pcmk_output.c     clock_t start = va_arg(args, clock_t);
clock_t           670 lib/pacemaker/pcmk_output.c     clock_t end = va_arg(args, clock_t);
clock_t           682 lib/pacemaker/pcmk_output.c     clock_t start = va_arg(args, clock_t);
clock_t           683 lib/pacemaker/pcmk_output.c     clock_t end = va_arg(args, clock_t);
clock_t           331 lib/pacemaker/pcmk_simulate.c     clock_t start = 0;
clock_t           332 lib/pacemaker/pcmk_simulate.c     clock_t end;
clock_t            84 maint/gnulib/lib/getrusage.c         if (times (&time) != (clock_t) -1)
clock_t            91 maint/gnulib/lib/getrusage.c                 clock_t user_ticks;
clock_t            92 maint/gnulib/lib/getrusage.c                 clock_t system_ticks;
clock_t           280 maint/gnulib/lib/select.c   clock_t tend;
clock_t           444 maint/gnulib/lib/select.c       clock_t tnow = clock ();
clock_t            54 maint/gnulib/lib/sys_times.in.h     clock_t tms_utime;          /* User CPU time.  */
clock_t            55 maint/gnulib/lib/sys_times.in.h     clock_t tms_stime;          /* System CPU time.  */
clock_t            57 maint/gnulib/lib/sys_times.in.h     clock_t tms_cutime;         /* User CPU time of dead children.  */
clock_t            58 maint/gnulib/lib/sys_times.in.h     clock_t tms_cstime;         /* System CPU time of dead children.  */
clock_t            66 maint/gnulib/lib/sys_times.in.h   extern clock_t times (struct tms *buffer) _GL_ARG_NONNULL ((1));
clock_t            31 maint/gnulib/lib/times.c static clock_t
clock_t            48 maint/gnulib/lib/times.c   return (clock_t) round (f);
clock_t            51 maint/gnulib/lib/times.c clock_t
clock_t            58 maint/gnulib/lib/times.c     return (clock_t) -1;
clock_t            28 maint/gnulib/tests/test-sys_times.c   clock_t t = tms.tms_utime + tms.tms_stime + tms.tms_cutime + tms.tms_cstime;
clock_t            24 maint/gnulib/tests/test-times.c SIGNATURE_CHECK (times, clock_t, (struct tms *));
clock_t            45 maint/gnulib/tests/test-times.c   clock_t t;
clock_t            47 maint/gnulib/tests/test-times.c   clock_t clk_tck = CLK_TCK;
clock_t            49 maint/gnulib/tests/test-times.c   clock_t clk_tck = sysconf (_SC_CLK_TCK);
clock_t            53 maint/gnulib/tests/test-times.c   if (t == (clock_t) -1)
clock_t            87 maint/gnulib/tests/test-times.c   if (t == (clock_t) -1)