Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dinterpreteridobject.c17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid()
92 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc()
293 return _PyInterpreterState_LookUpID(id); in _PyInterpreterID_LookUp()
/third_party/python/Include/internal/
Dpycore_interp.h330 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(int64_t);
/third_party/python/Python/
Dpystate.c508 _PyInterpreterState_LookUpID(int64_t requested_id) in _PyInterpreterState_LookUpID() function
1707 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()