Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c40 #define _PyRuntimeGILState_GetThreadState(gilstate) \ macro
1111 if (tstate == _PyRuntimeGILState_GetThreadState(gilstate)) { in _PyThreadState_Delete()
1142 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_DeleteCurrent()
1208 PyThreadState *oldts = _PyRuntimeGILState_GetThreadState(gilstate); in _PyThreadState_Swap()
1517 return tstate == _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_IsCurrent()
1665 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check()
1757 assert(_PyRuntimeGILState_GetThreadState(&runtime->gilstate) == tstate); in PyGILState_Release()
1875 if (interp != _PyRuntimeGILState_GetThreadState(gilstate)->interp) { in _call_in_interpreter()