Searched refs:_PyInterpreterState_LookUpID (Results 1 – 3 of 3) sorted by relevance
17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()86 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()287 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
182 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(int64_t);
462 _PyInterpreterState_LookUpID(int64_t requested_id) in _PyInterpreterState_LookUpID() function1566 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()