Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c36 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ macro
864 _PyRuntimeGILState_SetThreadState(gilstate, NULL); in _PyThreadState_DeleteCurrent()
935 _PyRuntimeGILState_SetThreadState(gilstate, newts); in _PyThreadState_Swap()