Home
last modified time | relevance | path

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

12

/mirbsd/src/sys/sys/
Dtimes.h46 typedef _BSD_CLOCK_T_ clock_t; typedef
51 clock_t tms_utime; /* User CPU time */
52 clock_t tms_stime; /* System CPU time */
53 clock_t tms_cutime; /* User CPU time of terminated child procs */
54 clock_t tms_cstime; /* System CPU time of terminated child procs */
61 clock_t times(struct tms *);
Dsiginfo.h144 clock_t _utime;
146 clock_t _stime;
Dtypes.h112 typedef _BSD_CLOCK_T_ clock_t; typedef
/mirbsd/src/lib/libc/gen/
Dtimes.c42 clock_t
49 return ((clock_t)-1); in times()
53 return ((clock_t)-1); in times()
57 return ((clock_t)-1); in times()
58 return ((clock_t)(CONVTCK(t))); in times()
Dclock.c42 clock_t
48 return ((clock_t) -1); in clock()
49 return((clock_t)((CONVTCK(ru.ru_utime) + CONVTCK(ru.ru_stime)))); in clock()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/
DDProf.xs98 clock_t tms_utime; /* cpu time spent in user space */
99 clock_t tms_stime; /* cpu time spent in system */
100 clock_t realtime; /* elapsed real time, in ticks */
117 clock_t rprof_start; /* elapsed real time ticks */
118 clock_t rprof_end;
119 clock_t wprof_u;
120 clock_t wprof_s;
121 clock_t wprof_r;
122 clock_t otms_utime;
123 clock_t otms_stime;
[all …]
/mirbsd/src/include/
Dtime.h62 typedef _BSD_CLOCK_T_ clock_t; typedef
86 clock_t clock(void);
/mirbsd/src/usr.sbin/popa3d/
Dstandalone.c54 clock_t start; /* When the server was started */
55 clock_t log; /* When we've last logged a failure */
224 clock_t now, log; in handle()
/mirbsd/src/lib/libssl/src/ssl/
Dssltest.c210 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
391 clock_t s_time = 0, c_time = 0; in main()
841 clock_t *s_time, clock_t *c_time) in doit_biopair()
918 clock_t c_clock = clock(); in doit_biopair()
1004 clock_t s_clock = clock(); in doit_biopair()
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
DMakefile.PL320 clock_t tictoc;
321 clock_t ret = clock();
322 ret == (clock_t)-1 ? exit(errno ? errno : -1) : exit(0);
DHiRes.xs1122 clock_t clocks;
/mirbsd/src/usr.sbin/timed/timed/
Dtimed-extern.h72 void prthp(clock_t);
Dmaster.c498 prthp(clock_t delta) in prthp()
/mirbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h460 clock_t tms_utime; /* user time */
461 clock_t tms_stime; /* system time - always 0 on VMS */
462 clock_t tms_cutime; /* user time, children */
463 clock_t tms_cstime; /* system time, children - always 0 on VMS */
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs131 clock_t vms_times(struct tms *bufptr) { in vms_times()
133 clock_t retval; in vms_times()
153 return (clock_t) retval; in vms_times()
1755 clock_t realtime;
/mirbsd/src/lib/libssl/src/
De_os.h349 typedef unsigned long clock_t; typedef
/mirbsd/src/usr.bin/xlint/llib/
Dllib-lposix97 clock_t (clock)(void);
329 clock_t (times)(struct tms *buffer);
Dllib-lstdc245 clock_t (clock)(void);
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnw5.c241 clock_t now = clock(); in nw_times()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_status.c234 clock_t tu, ts, tcu, tcs; in status_handler()
/mirbsd/src/bin/mksh/
Dmisc.c2096 clock_t u, s; in getrusage()
2098 if (/* ru == NULL || */ times(&tms) == (clock_t)-1) in getrusage()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig.ce58 clocktype='clock_t'
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig.vc59 clocktype='clock_t'
Dconfig.gc59 clocktype='clock_t'
Dconfig.vc6459 clocktype='clock_t'

12