Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h46 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c273 int64_t id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1317 int res = _channel_add(chan, PyInterpreterState_GetID(interp), data); in _channel_send()
1345 _PyCrossInterpreterData *data = _channel_next(chan, PyInterpreterState_GetID(interp)); in _channel_recv()
1379 int res = _channel_close_interpreter(chan, PyInterpreterState_GetID(interp), send-recv); in _channel_drop()
2369 id = PyInterpreterState_GetID(interp); in channel_list_interpreters()
/external/python/cpython3/PC/
Dpython3.def543 PyInterpreterState_GetID=python39.PyInterpreterState_GetID
/external/python/cpython3/Python/
Dpystate.c434 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function
449 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
/external/python/cpython3/Programs/
D_testembed.c42 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.rst1119 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1726 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a