Home
last modified time | relevance | path

Searched refs:PyInterpreterState_GetID (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h38 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c272 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1320 int res = _channel_add(chan, PyInterpreterState_GetID(interp), data); in _channel_send()
1348 _PyCrossInterpreterData *data = _channel_next(chan, PyInterpreterState_GetID(interp)); in _channel_recv()
1385 int res = _channel_close_interpreter(chan, PyInterpreterState_GetID(interp), send-recv); in _channel_drop()
/external/python/cpython3/Python/
Dpystate.c414 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function
429 PY_INT64_T id = PyInterpreterState_GetID(interp); in interp_look_up_id()
/external/python/cpython3/PC/
Dpython3.def544 PyInterpreterState_GetID=python38.PyInterpreterState_GetID
/external/python/cpython3/Programs/
D_testembed.c43 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
/external/python/cpython3/Doc/data/
Drefcounts.dat1068 PyInterpreterState_GetID:int64_t:::
1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
/external/python/cpython3/Doc/c-api/
Dinit.rst1059 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1721 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a