Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h46 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/third_party/python/Objects/
Dinterpreteridobject.c279 int64_t id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
/third_party/python/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()
2376 id = PyInterpreterState_GetID(interp); in channel_list_interpreters()
/third_party/python/Python/
Dpystate.c480 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function
495 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
/third_party/python/PC/
Dpython3dll.c304 EXPORT_FUNC(PyInterpreterState_GetID)
/third_party/python/Doc/data/
Dstable_abi.dat316 function,PyInterpreterState_GetID,3.7,
Drefcounts.dat1068 PyInterpreterState_GetID:int64_t:::
1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
/third_party/python/Programs/
D_testembed.c45 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
/third_party/python/Misc/
Dstable_abi.txt1988 function PyInterpreterState_GetID
/third_party/python/Doc/c-api/
Dinit.rst1156 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
/third_party/python/Doc/whatsnew/
D3.7.rst1727 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a