Lines Matching refs:_PyRuntimeState
203 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_InitThreads()
241 exit_thread_if_finalizing(_PyRuntimeState *runtime, PyThreadState *tstate) in exit_thread_if_finalizing()
282 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_AcquireLock()
295 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ReleaseLock()
311 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_AcquireThread()
330 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ReleaseThread()
344 _PyEval_ReInitThreads(_PyRuntimeState *runtime) in _PyEval_ReInitThreads()
376 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_SaveThread()
390 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_RestoreThread()
505 _PyRuntimeState *runtime = &_PyRuntime; in Py_AddPendingCall()
511 handle_signals(_PyRuntimeState *runtime) in handle_signals()
538 make_pending_calls(_PyRuntimeState *runtime) in make_pending_calls()
589 _Py_FinishPendingCalls(_PyRuntimeState *runtime) in _Py_FinishPendingCalls()
622 _PyRuntimeState *runtime = &_PyRuntime; in Py_MakePendingCalls()
674 _PyRuntimeState *runtime = &_PyRuntime; in _Py_CheckRecursiveCall()
756 _PyRuntimeState * const runtime = &_PyRuntime; in _PyEval_EvalFrameDefault()
4713 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_SetTrace()