• Home
  • Raw
  • Download

Lines Matching defs:runtime

46 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime)  in _PyRuntimeState_Init_impl()
91 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
105 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
129 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
158 #define HEAD_LOCK(runtime) \ argument
160 #define HEAD_UNLOCK(runtime) \ argument
168 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
220 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
255 _PyInterpreterState_Clear(_PyRuntimeState *runtime, PyInterpreterState *interp) in _PyInterpreterState_Clear()
302 zapthreads(_PyRuntimeState *runtime, PyInterpreterState *interp) in zapthreads()
314 _PyInterpreterState_Delete(_PyRuntimeState *runtime, in _PyInterpreterState_Delete()
359 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain()
425 interp_look_up_id(_PyRuntimeState *runtime, PY_INT64_T requested_id) in interp_look_up_id()
446 _PyRuntimeState *runtime = &_PyRuntime; in _PyInterpreterState_LookUpID() local
556 _PyRuntimeState *runtime = &_PyRuntime; in new_threadstate() local
639 _PyThreadState_Init(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Init()
803 tstate_delete_common(_PyRuntimeState *runtime, PyThreadState *tstate) in tstate_delete_common()
828 _PyThreadState_Delete(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Delete()
851 _PyThreadState_DeleteCurrent(_PyRuntimeState *runtime) in _PyThreadState_DeleteCurrent()
883 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
995 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc() local
1083 _PyRuntimeState *runtime = &_PyRuntime; in _PyThread_CurrentFrames() local
1134 _PyGILState_Init(_PyRuntimeState *runtime, in _PyGILState_Init()
1160 _PyGILState_Fini(_PyRuntimeState *runtime) in _PyGILState_Fini()
1172 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit()
1321 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release() local