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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__gettimeofday.s40 SYSCALL_NONAME(gettimeofday,0)
52 UNIX_SYSCALL_INT_NONAME(gettimeofday,0)
65 UNIX_SYSCALL_NONAME(gettimeofday,0)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c435 gettimeofday(&nowtv, NULL);
439 gettimeofday(&nowtv, NULL);
444 gettimeofday(&starttv, NULL);
446 gettimeofday(&endtv, NULL);
724 /* Call gettimeofday() once and throw away result; some implementations
727 gettimeofday(&starttv, NULL);
728 gettimeofday(&starttv, NULL);
747 gettimeofday(&endtv, NULL);
H A DMMtest.c299 /* Call gettimeofday() once and throw away result; some implementations
304 gettimeofday(&starttv, NULL);
307 gettimeofday(&starttv, NULL);
359 gettimeofday(&endtv, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile86 gettimeofday.2 \
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage_asm.s87 .long CPN(gettimeofday)
H A Dcommpage_gettimeofday.s84 COMMPAGE_DESCRIPTOR(gettimeofday,_COMM_PAGE_GETTIMEOFDAY,0,0)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h265 int gettimeofday(struct timeval * __restrict, void * __restrict);
H A Dsysproto.h1798 int gettimeofday(struct proc *, struct gettimeofday_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c369 gettimeofday(&tv, NULL);
394 gettimeofday(&tv, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c113 gettimeofday( function
H A Dinit_sysent.c192 {AC(gettimeofday_args), 0, 0, (sy_call_t *)gettimeofday, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 116 = gettimeofday */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3431 * Test futimes, gettimeofday, settimeofday, utimes system calls.
3466 my_err = gettimeofday( &my_orig_time, &my_tz );
3468 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3481 my_err = gettimeofday( &my_temp_time, NULL );
3483 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 78 milliseconds