Searched refs:gettimeofday (Results 1 - 18 of 18) sorted by relevance

/xnu-2782.1.97/tools/tests/libMicro/
H A Dgettimeofday.c32 * gettimeofday test
45 (void) sprintf(lm_usage, "note: measures gettimeofday()");
58 (void) gettimeofday(&t, NULL);
59 (void) gettimeofday(&t, NULL);
60 (void) gettimeofday(&t, NULL);
61 (void) gettimeofday(&t, NULL);
62 (void) gettimeofday(&t, NULL);
63 (void) gettimeofday(&t, NULL);
64 (void) gettimeofday(&t, NULL);
65 (void) gettimeofday(
[all...]
H A Dtattle.c131 gettimeofday(&s, NULL);
134 gettimeofday(&f, NULL);
H A DMakefile.benchmarks56 gettimeofday \
H A Dlibmicro.c1054 (void) gettimeofday(&tv, NULL);
1064 (void) gettimeofday(&tv, NULL);
H A Dbench.sh258 gettimeofday $OPTS -N "gettimeofday"
H A Dcoreos_bench.sh284 gettimeofday $OPTS -N "gettimeofday"
H A Dembd_bench.sh264 gettimeofday $OPTS -N "gettimeofday"
/xnu-2782.1.97/libsyscall/custom/
H A D__gettimeofday.s38 UNIX_SYSCALL_INT_NONAME(gettimeofday,0)
51 UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel)
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.h83 #define START_TIMER() gettimeofday(&start, NULL);
84 #define END_TIMER() gettimeofday(&end, NULL);
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c28 gettimeofday(&before, NULL);
30 gettimeofday(&after, NULL);
63 gettimeofday(&tv, NULL);
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c452 gettimeofday(&nowtv, NULL);
456 gettimeofday(&nowtv, NULL);
461 gettimeofday(&starttv, NULL);
463 gettimeofday(&endtv, NULL);
730 /* Call gettimeofday() once and throw away result; some implementations
733 gettimeofday(&starttv, NULL);
734 gettimeofday(&starttv, NULL);
753 gettimeofday(&endtv, NULL);
H A DKQMPMMtest.c505 gettimeofday(&nowtv, NULL);
509 gettimeofday(&nowtv, NULL);
514 gettimeofday(&starttv, NULL);
516 gettimeofday(&endtv, NULL);
783 /* Call gettimeofday() once and throw away result; some implementations
786 gettimeofday(&starttv, NULL);
787 gettimeofday(&starttv, NULL);
806 gettimeofday(&endtv, NULL);
/xnu-2782.1.97/tools/tests/perf_index/
H A Dperf_index.c100 gettimeofday(tp, NULL);
105 gettimeofday(&tend, NULL);
/xnu-2782.1.97/bsd/man/man2/
H A DMakefile97 gettimeofday.2 \
/xnu-2782.1.97/bsd/sys/
H A Dtime.h234 int gettimeofday(struct timeval * __restrict, void * __restrict);
/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dprng.c378 gettimeofday(&tv, NULL);
405 gettimeofday(&tv, NULL);
/xnu-2782.1.97/bsd/kern/
H A Dkern_time.c116 gettimeofday( function
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3539 * Test futimes, gettimeofday, settimeofday, utimes system calls.
3576 my_err = gettimeofday( &my_orig_time, &my_tz );
3578 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3591 my_err = gettimeofday( &my_temp_time, NULL );
3593 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 160 milliseconds