Searched refs:PyInterpreterState_GetID (Results 1 – 11 of 11) sorted by relevance
46 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
279 int64_t id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
1317 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()
480 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function495 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
304 EXPORT_FUNC(PyInterpreterState_GetID)
316 function,PyInterpreterState_GetID,3.7,
1068 PyInterpreterState_GetID:int64_t:::1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
45 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
1988 function PyInterpreterState_GetID
1156 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
1727 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a