Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h81 #define PyThreadState_GET() PyThreadState_Get() macro
/external/python/cpython3/Include/internal/
Dpycore_pystate.h75 #define PyThreadState_GET() _PyThreadState_GET() macro
/external/python/cpython2/Include/
Dpystate.h130 #define PyThreadState_GET() PyThreadState_Get() macro
132 #define PyThreadState_GET() (_PyThreadState_Current) macro