Home
last modified time | relevance | path

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

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