Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h36 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/aosp_15_r20/external/python/cpython3/Objects/
Dinterpreteridobject.c279 int64_t id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
/aosp_15_r20/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1321 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()
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c591 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function
606 int64_t id = PyInterpreterState_GetID(interp); in interp_look_up_id()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c310 EXPORT_FUNC(PyInterpreterState_GetID)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat327 function,PyInterpreterState_GetID,3.7,,
Drefcounts.dat1068 PyInterpreterState_GetID:int64_t:::
1069 PyInterpreterState_GetID:PyInterpreterState*:interp::
Dpython3.11.abi338 …<elf-symbol name='PyInterpreterState_GetID' type='func-type' binding='global-binding' visibility='…
14877PyInterpreterState_GetID' mangled-name='PyInterpreterState_GetID' filepath='Python/pystate.c' line…
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c101 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2066 [function.PyInterpreterState_GetID]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1223 .. c:function:: int64_t PyInterpreterState_GetID(PyInterpreterState *interp)
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1727 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a