Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/sys/sys/
H A Dtimes.h45 typedef __clock_t clock_t; typedef
49 clock_t tms_utime; /* User CPU time */
50 clock_t tms_stime; /* System CPU time */
51 clock_t tms_cutime; /* User CPU time of terminated child procs */
52 clock_t tms_cstime; /* System CPU time of terminated child procs */
59 clock_t times (struct tms *);
H A Dtypes.h179 typedef __clock_t clock_t; typedef
/dragonfly/lib/libc/gen/
H A Dtimes.c45 clock_t
50 clock_t c; in times()
53 return ((clock_t)-1); in times()
57 return ((clock_t)-1); in times()
61 return ((clock_t)-1); in times()
H A Dclock.c44 clock_t
50 return ((clock_t) -1); in clock()
51 return((clock_t)((CONVTCK(ru.ru_utime) + CONVTCK(ru.ru_stime)))); in clock()
/dragonfly/contrib/tcsh-6/
H A Dsh.proc.h73 clock_t p_btime; /* begin time */
74 clock_t p_etime; /* end time */
75 clock_t p_utime; /* user time */
76 clock_t p_stime; /* system time */
H A Dsh.time.c51 static void pdtimet (clock_t, clock_t);
124 clock_t timedol; in dotime()
287 prusage(struct tms *bs, struct tms *es, clock_t e, clock_t b) in prusage()
314 clock_t t = (es->tms_utime - bs->tms_utime + in prusage()
347 clock_t ms = ((clock_t)((e - b) / clk_tck) * 100) + in prusage()
348 (clock_t)(((e - b) % clk_tck) * 100) / clk_tck; in prusage()
720 pdtimet(clock_t eval, clock_t bval) in pdtimet()
728 clock_t val; in pdtimet()
H A Dsh.decls.h322 extern void pcsecs (clock_t);
431 clock_t, clock_t);
H A Dsh.print.c75 pcsecs(clock_t l) in pcsecs()
H A Dsh.proc.c1275 static clock_t ztime = 0; in ptprint()
1276 static clock_t zu_time = 0; in ptprint()
1277 static clock_t zs_time = 0; in ptprint()
1278 clock_t tetime, diff; in ptprint()
1279 clock_t u_time, s_time; in ptprint()
H A Dsh.h621 EXTERN clock_t time0; /* time at which shell started */
622 EXTERN clock_t clk_tck;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c27 typedef int clock_t; typedef
33 clock_t tms_utime;
34 clock_t tms_stime;
35 clock_t tms_cutime;
36 clock_t tms_cstime;
64 extern clock_t times (struct tms *);
81 extern clock_t clock (void);
/dragonfly/include/
H A Dtime.h57 #define CLOCKS_PER_SEC ((clock_t)128)
61 typedef __clock_t clock_t; typedef
151 clock_t clock(void);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtimevar.c28 typedef int clock_t; typedef
34 clock_t tms_utime;
35 clock_t tms_stime;
36 clock_t tms_cutime;
37 clock_t tms_cstime;
65 extern clock_t times (struct tms *);
82 extern clock_t clock (void);
/dragonfly/contrib/zstd/programs/
H A Dtimefn.h68 typedef clock_t UTIL_time_t;
H A Dfileio.c1498 clock_t const cpuStart = clock(); in FIO_compressFilename_internal()
1565 { clock_t const cpuEnd = clock(); in FIO_compressFilename_internal()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dtime.h46 using std::clock_t;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dctime61 using ::clock_t;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dctime62 using ::clock_t;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dctime60 using ::clock_t;
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c76 static clock_t ZDICT_clockSpan(clock_t nPrevious) { return clock() - nPrevious; } in ZDICT_clockSpan()
530 clock_t displayClock = 0; in ZDICT_trainBuffer_legacy()
531 clock_t const refreshRate = CLOCKS_PER_SEC * 3 / 10; in ZDICT_trainBuffer_legacy()
H A Dfastcover.c63 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
64 static clock_t g_time = 0;
H A Dcover.c66 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
67 static clock_t g_time = 0;
/dragonfly/lib/libthread_xu/thread/
H A Dthr_syscalls.c134 int __clock_nanosleep(clock_t, int, const struct timespec *,
349 __clock_nanosleep(clock_t clock_id, int flags, in __clock_nanosleep()
/dragonfly/crypto/openssh/
H A Ddefines.h367 typedef long clock_t; typedef
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c55 static clock_t _ticksPerSecond = 0; in GetCurrentClockTimeMicroseconds()
58 { struct tms junk; clock_t newTicks = (clock_t) times(&junk); in GetCurrentClockTimeMicroseconds()

12