Searched refs:clock_t (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-10.0-release/contrib/tcsh/
H A Dsh.print.c79 pcsecs(clock_t l)
H A Dsh.proc.c1246 static clock_t ztime = 0;
1247 static clock_t zu_time = 0;
1248 static clock_t zs_time = 0;
1249 clock_t tetime, diff;
1250 clock_t u_time, s_time;
H A Dsh.h623 EXTERN clock_t time0; /* time at which shell started */
624 EXTERN clock_t clk_tck;
H A Dsh.c284 clk_tck = (clock_t) sysconf(_SC_CLK_TCK);
/freebsd-10.0-release/sys/sys/
H A Dtypes.h92 typedef __clock_t clock_t; typedef
/freebsd-10.0-release/contrib/gcc/
H A Dfixproto313 # It doesn't. Make up plausible definitions for time_t, clock_t.
319 typedef long clock_t;
H A Dsys-protos.h185 extern clock_t clock(void);
1164 extern clock_t times(struct tms *);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c310 clock_t
311 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime)
316 clock_t delta;
353 clock_t
794 delay(clock_t ticks)
/freebsd-10.0-release/sys/boot/ficl/
H A Dtestmain.c266 clock_t now = clock();
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix94 clock_t (clock)(void);
295 clock_t (times)(struct tms *buffer);
H A Dllib-lstdc245 clock_t (clock)(void);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssltest.c310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
544 clock_t s_time = 0, c_time = 0;
1197 clock_t *s_time, clock_t *c_time)
1274 clock_t c_clock = clock();
1360 clock_t s_clock = clock();
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h148 clock_t cpu_last_swtch; /* last time switched to new thread */
170 clock_t cpu_deadman_counter; /* used by deadman() */
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_port.c47 clock_t now;
441 clock_t now;
H A Dsfxge_ev.c394 clock_t now;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c310 clock_t ret = 0; /* assume success */
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c2897 static clock_t tmstart;
2954 static clock_t tmstart;
2956 clock_t now;
2968 now = (clock_t)(
2987 clock_t now = times(&rus);
2988 static clock_t tmstart;
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h301 typedef long clock_t; typedef
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defsys.h687 typedef clock_t efsys_timestamp_t;
691 clock_t now; \
/freebsd-10.0-release/crypto/openssl/
H A De_os.h467 typedef unsigned long clock_t; typedef
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dmaster.c500 prthp(clock_t delta)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c561 clock_t b_arc_access;
2510 clock_t growtime = 0;
2786 clock_t now;
4392 static clock_t
4393 l2arc_write_interval(clock_t began, uint64_t wanted, uint64_t wrote)
4395 clock_t interval, next, now;
5278 clock_t begin, next = ddi_get_lbolt();
H A Dtxg.c244 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time)
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c107 static __inline clock_t timeval_to_clock_t(struct timeval *);
844 static __inline clock_t
/freebsd-10.0-release/contrib/less/
H A Dscreen.c826 clock_t start;

Completed in 338 milliseconds

123