Searched refs:PyInterpreterState_GetID (Results 1 – 9 of 9) sorted by relevance
38 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
272 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
1320 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()
414 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function429 PY_INT64_T id = PyInterpreterState_GetID(interp); in interp_look_up_id()
544 PyInterpreterState_GetID=python38.PyInterpreterState_GetID
43 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
1068 PyInterpreterState_GetID:int64_t:::1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
1059 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)
1721 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a