Searched refs:_PyInterpreterState_LookUpID (Results 1 – 3 of 3) sorted by relevance
16 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()85 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()286 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
140 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(PY_INT64_T);
442 _PyInterpreterState_LookUpID(PY_INT64_T requested_id) in _PyInterpreterState_LookUpID() function1490 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()