Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h143 PyAPI_FUNC(void) _PyInterpreterState_IDIncref(struct _is *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c33 _PyInterpreterState_IDIncref(interp); in newinterpid()
/external/python/cpython3/Python/
Dpystate.c477 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref() function