Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread_pthread.h95 #define GETTIMEOFDAY(ptv) gettimeofday(ptv) macro
97 #define GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL) macro
/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