Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h354 PyThreadState_GetID(PyThreadState *tstate)
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c237 uint64_t ts_id = PyThreadState_GetID(ts); in get_running_loop()
323 cached_running_holder_tsid = PyThreadState_GetID(tstate); in set_running_loop()
D_testcapimodule.c5903 uint64_t id = PyThreadState_GetID(tstate); in test_tstate_capi()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c588 EXPORT_FUNC(PyThreadState_GetID)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat612 function,PyThreadState_GetID,3.10,,
Dpython3.11.abi670 …<elf-symbol name='PyThreadState_GetID' type='func-type' binding='global-binding' visibility='defau…
14753PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1271' co…
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c1296 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst1210 Add :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2177 [function.PyThreadState_GetID]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1294 Added :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1173 .. c:function:: uint64_t PyThreadState_GetID(PyThreadState *tstate)