Searched refs:_PyInterpreterState_LookUpID (Results 1 – 3 of 3) sorted by relevance
17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()92 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()293 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
330 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(int64_t);
508 _PyInterpreterState_LookUpID(int64_t requested_id) in _PyInterpreterState_LookUpID() function1707 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()