Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_LookUpID (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dinterpreteridobject.c17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()
86 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()
287 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
/external/python/cpython3/Include/internal/
Dpycore_interp.h182 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(int64_t);
/external/python/cpython3/Python/
Dpystate.c462 _PyInterpreterState_LookUpID(int64_t requested_id) in _PyInterpreterState_LookUpID() function
1566 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()