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

/darwin-on-arm/xnu/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"
/darwin-on-arm/xnu/libsyscall/custom/
H A D__gettimeofday.s38 UNIX_SYSCALL_INT_NONAME(gettimeofday,0)
51 UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel)
63 SYSCALL_NONAME(gettimeofday,2)
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.h83 #define START_TIMER() gettimeofday(&start, NULL);
84 #define END_TIMER() gettimeofday(&end, NULL);
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c27 gettimeofday(&before, NULL);
29 gettimeofday(&after, NULL);
62 gettimeofday(&tv, NULL);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c456 gettimeofday(&nowtv, NULL);
460 gettimeofday(&nowtv, NULL);
465 gettimeofday(&starttv, NULL);
467 gettimeofday(&endtv, NULL);
734 /* Call gettimeofday() once and throw away result; some implementations
737 gettimeofday(&starttv, NULL);
738 gettimeofday(&starttv, NULL);
757 gettimeofday(&endtv, NULL);
H A DKQMPMMtest.c509 gettimeofday(&nowtv, NULL);
513 gettimeofday(&nowtv, NULL);
518 gettimeofday(&starttv, NULL);
520 gettimeofday(&endtv, NULL);
787 /* Call gettimeofday() once and throw away result; some implementations
790 gettimeofday(&starttv, NULL);
791 gettimeofday(&starttv, NULL);
810 gettimeofday(&endtv, NULL);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile91 gettimeofday.2 \
/darwin-on-arm/xnu/bsd/sys/
H A Dtime.h250 int gettimeofday(struct timeval * __restrict, void * __restrict);
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c373 gettimeofday(&tv, NULL);
398 gettimeofday(&tv, NULL);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c115 gettimeofday( function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3529 * Test futimes, gettimeofday, settimeofday, utimes system calls.
3566 my_err = gettimeofday( &my_orig_time, &my_tz );
3568 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3581 my_err = gettimeofday( &my_temp_time, NULL );
3583 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 117 milliseconds