Lines Matching refs:_PyRuntime
224 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New()
512 _PyRuntimeState *runtime = &_PyRuntime; in _PyInterpreterState_LookUpID()
561 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref()
948 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent()
999 return PyThread_tss_get(&_PyRuntime.gilstate.autoTSSkey); in _PyThreadState_GetTSS()
1055 return _PyThreadState_Swap(&_PyRuntime.gilstate, newts); in PyThreadState_Swap()
1126 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc()
1168 return _PyRuntime.interpreters.head; in PyInterpreterState_Head()
1174 return _PyRuntime.interpreters.main; in PyInterpreterState_Main()
1324 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent()
1372 return _PyRuntime.gilstate.autoInterpreterState; in _PyGILState_GetInterpreterStateUnsafe()
1459 return _PyGILState_GetThisThreadState(&_PyRuntime.gilstate); in PyGILState_GetThisThreadState()
1465 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyGILState_Check()
1485 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Ensure()
1535 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release()
1717 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyCrossInterpreterData_Release()
1767 struct _xidregistry *xidregistry = &_PyRuntime.xidregistry ; in _PyCrossInterpreterData_RegisterClass()
1784 struct _xidregistry *xidregistry = &_PyRuntime.xidregistry ; in _PyCrossInterpreterData_Lookup()