Searched refs:_PyRuntimeState_GetThreadState (Results 1 – 5 of 5) sorted by relevance
57 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState() function81 return _PyRuntimeState_GetThreadState(&_PyRuntime); in _PyThreadState_GET()
1278 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _Py_InitializeMain()1713 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in Py_FinalizeEx()2694 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in fatal_error()
1127 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc()
390 tstate = _PyRuntimeState_GetThreadState(runtime); in PySys_AddAuditHook()
419 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_AcquireLock()429 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_ReleaseLock()