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/
Dcondvar.h41 #ifndef _PY_EMULATED_WIN_CV
42 #define _PY_EMULATED_WIN_CV 1 /* use emulated condition variables */ macro
47 #undef _PY_EMULATED_WIN_CV
48 #define _PY_EMULATED_WIN_CV 1 macro
51 #if _PY_EMULATED_WIN_CV
/external/python/cpython3/Python/
Dcondvar.h107 #if _PY_EMULATED_WIN_CV