Searched refs:clock_t (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-9.3-release/sys/sys/
H A Dtimes.h44 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 *);
/freebsd-9.3-release/lib/libc/gen/
H A Dclock.c47 clock_t
53 return ((clock_t) -1);
54 return((clock_t)((CONVTCK(ru.ru_utime) + CONVTCK(ru.ru_stime))));
H A Dtimes.c47 clock_t
53 clock_t c;
56 return ((clock_t)-1);
60 return ((clock_t)-1);
64 return ((clock_t)-1);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.h74 clock_t p_btime; /* begin time */
75 clock_t p_etime; /* end time */
76 clock_t p_utime; /* user time */
77 clock_t p_stime; /* system time */
H A Dsh.time.c55 static void pdtimet (clock_t, clock_t);
128 clock_t timedol;
291 prusage(struct tms *bs, struct tms *es, clock_t e, clock_t b)
317 clock_t t = (es->tms_utime - bs->tms_utime +
348 clock_t ms = ((clock_t)((e - b) / clk_tck) * 100) +
349 (clock_t)(((e - b) % clk_tck) * 100) / clk_tck;
719 pdtimet(clock_t eva
[all...]
H A Dsh.decls.h317 extern void pcsecs (clock_t);
422 clock_t, clock_t);
H A Dsh.print.c79 pcsecs(clock_t l)
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h66 using ::clock_t;
/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.c37 typedef int clock_t; typedef
43 clock_t tms_utime;
44 clock_t tms_stime;
45 clock_t tms_cutime;
46 clock_t tms_cstime;
74 extern clock_t times (struct tms *);
91 extern clock_t clock (void);
H A Dsys-types.h105 typedef int clock_t; typedef
H A Dscan-types.sh39 for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t size_t ssize_t time_t uid_t va_list int32_t uint_32_t ; do
71 #define ${macro_prefix}clock_t ${clock_t-int /* default */}
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h46 using std::clock_t;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h63 static clock_t
H A Dtypes.h39 typedef int64_t clock_t; typedef
H A Dtime.h81 static __inline clock_t
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_zfetch.h52 clock_t zst_last; /* lbolt of last prefetch */
H A Dzil_impl.h129 clock_t zl_replay_time; /* lbolt of when replay started */
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_mcdi.c99 clock_t delay_total;
100 clock_t delay_us;
109 EFSYS_PROBE1(mcdi_delay, clock_t, delay_total);
H A Dsfxge.h165 clock_t update_time;
221 clock_t ev_stats_update_time;
/freebsd-9.3-release/include/
H A Dtime.h60 typedef __clock_t clock_t; typedef
145 clock_t clock(void);
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dextern.h75 void prthp(clock_t);
/freebsd-9.3-release/lib/libc/softfloat/
H A Dtimesoftfloat.c106 clock_t startClock, endClock;
133 clock_t startClock, endClock;
162 clock_t startClock, endClock;
193 clock_t startClock, endClock;
261 clock_t startClock, endClock;
288 clock_t startClock, endClock;
317 clock_t startClock, endClock;
348 clock_t startClock, endClock;
392 clock_t startClock, endClock;
419 clock_t startCloc
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c60 clock_t ticksBegin;
112 clock_t ticksEnd;
/freebsd-9.3-release/contrib/expat/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend;
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c577 clock_t oq_delay;
584 oq.oq_delay = (clock_t)qctrl->aq_delay;
616 clock_t oq_delay;
623 oq.oq_delay = (clock_t)qctrl->aq_delay;

Completed in 307 milliseconds

123