Home
last modified time | relevance | path

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

1234

/freebsd/sys/sys/
H A Dtimes.h43 typedef __clock_t clock_t; typedef
48 clock_t tms_utime; /* User CPU time */
49 clock_t tms_stime; /* System CPU time */
50 clock_t tms_cutime; /* User CPU time of terminated child procs */
51 clock_t tms_cstime; /* System CPU time of terminated child procs */
58 clock_t times(struct tms *);
/freebsd/lib/libc/gen/
H A Dtimes.c43 clock_t
48 clock_t c; in times()
51 return ((clock_t)-1); in times()
55 return ((clock_t)-1); in times()
59 return ((clock_t)-1); in times()
H A Dclock.c43 clock_t
49 return ((clock_t) -1); in clock()
50 return((clock_t)((CONVTCK(ru.ru_utime) + CONVTCK(ru.ru_stime)))); in clock()
/freebsd/contrib/tcsh/
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.h321 extern void pcsecs (clock_t);
427 clock_t, clock_t);
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h33 #define lbolt ((clock_t)jiffies)
36 #define ddi_get_lbolt() ((clock_t)jiffies)
39 #define ddi_time_before(a, b) (typecheck(clock_t, a) && \
40 typecheck(clock_t, b) && \
H A Dcondvar.h85 extern int __cv_timedwait(kcondvar_t *, kmutex_t *, clock_t);
86 extern int __cv_timedwait_io(kcondvar_t *, kmutex_t *, clock_t);
87 extern int __cv_timedwait_sig(kcondvar_t *, kmutex_t *, clock_t);
88 extern int __cv_timedwait_idle(kcondvar_t *, kmutex_t *, clock_t);
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c103 clock_t startClock, endClock; in time_a_int32_z_float32()
130 clock_t startClock, endClock; in time_a_int32_z_float64()
159 clock_t startClock, endClock; in time_a_int32_z_floatx80()
190 clock_t startClock, endClock; in time_a_int32_z_float128()
258 clock_t startClock, endClock; in time_a_int64_z_float32()
285 clock_t startClock, endClock; in time_a_int64_z_float64()
314 clock_t startClock, endClock; in time_a_int64_z_floatx80()
345 clock_t startClock, endClock; in time_a_int64_z_float128()
389 clock_t startClock, endClock; in time_a_float32_z_int32()
416 clock_t startClock, endClock; in time_a_float32_z_int64()
[all …]
/freebsd/usr.bin/dtc/
H A Ddtc.cc113 clock_t c0 = clock(); in main()
330 clock_t c1 = clock(); in main()
351 clock_t c2 = clock(); in main()
356 clock_t c3 = clock(); in main()
359 clock_t c4 = clock(); in main()
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c51 clock_t begin, end; \
103 clock_t begin, end; \
152 clock_t begin, end; \
199 clock_t begin, end; \
297 clock_t begin, end; in SPEED_HASH()
396 clock_t begin, end; in test_speed_poly1305_inner()
480 clock_t begin, end; in test_speed_eax_inner()
550 clock_t begin, end; in test_speed_shake_inner()
578 clock_t begin, end; in test_speed_shake_inner()
782 clock_t begin, end; in test_speed_rsa_inner()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c258 static clock_t
259 __cv_timedwait_common(kcondvar_t *cvp, kmutex_t *mp, clock_t expire_time, in __cv_timedwait_common()
264 clock_t time_left; in __cv_timedwait_common()
319 __cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait()
327 __cv_timedwait_io(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_io()
335 __cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_sig()
345 __cv_timedwait_idle(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_idle()
363 static clock_t
/freebsd/contrib/llvm-project/libcxx/include/
H A Dctime27 clock_t
33 clock_t clock();
65 using ::clock_t _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/capsicum-test/
H A Doverhead.cc13 const clock_t t0 = clock(); // or gettimeofday or whatever in RepeatSyscall()
17 const clock_t t1 = clock(); in RepeatSyscall()
/freebsd/include/
H A Dtime.h60 typedef __clock_t clock_t; typedef
118 clock_t clock(void);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait()
129 cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait_sig()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c60 clock_t ticksBegin;
112 clock_t ticksEnd; in get_cpu_usage()
/freebsd/contrib/libevent/test/
H A Dtest-changelist.c60 clock_t ticksBegin;
112 clock_t ticksEnd; in get_cpu_usage()
/freebsd/sys/dev/sfxge/
H A Dsfxge_mcdi.c74 clock_t delay_total; in sfxge_mcdi_poll()
75 clock_t delay_us; in sfxge_mcdi_poll()
84 EFSYS_PROBE1(mcdi_delay, clock_t, delay_total); in sfxge_mcdi_poll()
H A Dsfxge.h180 clock_t stats_update_time;
229 clock_t update_time;
305 clock_t ev_stats_update_time;
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dtime.h26 _Static_assert(sizeof(clock_t) == sizeof(long), "ABI mismatch!");
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dtime.h28 __DEVICE__ clock_t clock() { return __nvvm_read_ptx_sreg_clock(); } in clock()
/freebsd/sys/contrib/zstd/programs/
H A Dtimefn.h68 typedef clock_t UTIL_time_t;
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h60 static clock_t
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dctime.inc11 using ::clock_t;

1234