Home
last modified time | relevance | path

Searched refs:_PY_EMULATED_WIN_CV (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_condvar.h45 #ifndef _PY_EMULATED_WIN_CV
46 #define _PY_EMULATED_WIN_CV 1 /* use emulated condition variables */ macro
51 #undef _PY_EMULATED_WIN_CV
52 #define _PY_EMULATED_WIN_CV 1 macro
55 #if _PY_EMULATED_WIN_CV
/external/python/cpython3/Python/
Dcondvar.h91 #if _PY_EMULATED_WIN_CV