• Home
  • Raw
  • Download

Lines Matching defs:interp

200     PyInterpreterState *interp = PyMem_RawMalloc(sizeof(PyInterpreterState));  in PyInterpreterState_New()  local
255 _PyInterpreterState_Clear(_PyRuntimeState *runtime, PyInterpreterState *interp) in _PyInterpreterState_Clear()
295 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
302 zapthreads(_PyRuntimeState *runtime, PyInterpreterState *interp) in zapthreads()
315 PyInterpreterState *interp) in _PyInterpreterState_Delete()
348 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
370 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local
405 PyInterpreterState *interp = tstate->interp; in _PyInterpreterState_Get() local
414 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
427 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id() local
444 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID() local
460 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref()
477 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref()
489 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref()
512 _PyInterpreterState_RequiresIDRef(PyInterpreterState *interp) in _PyInterpreterState_RequiresIDRef()
518 _PyInterpreterState_RequireIDRef(PyInterpreterState *interp, int required) in _PyInterpreterState_RequireIDRef()
524 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule()
534 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict()
554 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
627 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
633 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
808 PyInterpreterState *interp = tstate->interp; in tstate_delete_common() local
885 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept() local
996 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc() local
1044 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
1049 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
1135 PyInterpreterState *interp, PyThreadState *tstate) in _PyGILState_Init()
1417 PyInterpreterState *interp = _PyInterpreterState_Get(); in _PyObject_GetCrossInterpreterData() local
1458 PyInterpreterState *interp, in _call_in_interpreter()
1490 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release() local