Home
last modified time | relevance | path

Searched refs: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
98 PyCOND_GETTIMEOFDAY(&deadline); in PyCOND_TIMEDWAIT()