Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c42 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ macro
1133 _PyRuntimeGILState_SetThreadState(gilstate, NULL); in _PyThreadState_DeleteCurrent()
1210 _PyRuntimeGILState_SetThreadState(gilstate, newts); in _PyThreadState_Swap()