Home
last modified time | relevance | path

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

/external/python/cpython2/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