Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcondvar.h71 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv) macro
73 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL) macro