Home
last modified time | relevance | path

Searched refs:GETTIMEOFDAY (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c23 #define GETTIMEOFDAY(P_HS_TIME) \ macro
103 #define GETTIMEOFDAY(ptv) gettimeofday((ptv)) macro
105 #define GETTIMEOFDAY(ptv) gettimeofday((ptv), (struct timezone *)NULL) macro
835 GETTIMEOFDAY(&tv); in get_tdelta()
841 GETTIMEOFDAY(&tv); in get_tdelta()
910 GETTIMEOFDAY(&tv1); in calibrate()
912 GETTIMEOFDAY(&tv2); in calibrate()
966 GETTIMEOFDAY(&self->prev_timeofday); in do_start()