Searched refs:PyInterpreterState_GetID (Results 1 – 16 of 16) sorted by relevance
36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
279 int64_t id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
1321 int res = _channel_add(chan, PyInterpreterState_GetID(interp), data); in _channel_send()1349 _PyCrossInterpreterData *data = _channel_next(chan, PyInterpreterState_GetID(interp)); in _channel_recv()1383 int res = _channel_close_interpreter(chan, PyInterpreterState_GetID(interp), send-recv); in _channel_drop()2361 id = PyInterpreterState_GetID(interp); in channel_list_interpreters()
591 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function606 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
310 EXPORT_FUNC(PyInterpreterState_GetID)
327 function,PyInterpreterState_GetID,3.7,,
1068 PyInterpreterState_GetID:int64_t:::1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
338 …<elf-symbol name='PyInterpreterState_GetID' type='func-type' binding='global-binding' visibility='…14877 …PyInterpreterState_GetID' mangled-name='PyInterpreterState_GetID' filepath='Python/pystate.c' line…
101 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
2066 [function.PyInterpreterState_GetID]
1223 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
1727 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a