Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dinterpreteridobject.c16 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()
85 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()
286 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
/external/python/cpython3/Include/internal/
Dpycore_pystate.h140 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(PY_INT64_T);
/external/python/cpython3/Python/
Dpystate.c442 _PyInterpreterState_LookUpID(PY_INT64_T requested_id) in _PyInterpreterState_LookUpID() function
1490 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()