Searched refs:PyInterpreterState_GetID (Results 1 – 9 of 9) sorted by relevance
46 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
273 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()2369 id = PyInterpreterState_GetID(interp); in channel_list_interpreters()
543 PyInterpreterState_GetID=python39.PyInterpreterState_GetID
434 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function449 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
42 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
1068 PyInterpreterState_GetID:int64_t:::1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
1119 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
1726 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a