Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h91 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/external/python/cpython3/PC/
Dpython3dll.c577 EXPORT_FUNC(PyThreadState_GetID)
/external/python/cpython3/Doc/data/
Dstable_abi.dat594 function,PyThreadState_GetID,3.10,
Dpython3.10.abi653 …<elf-symbol name='PyThreadState_GetID' type='func-type' binding='global-binding' visibility='defau…
17327PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1108' co…
/external/python/cpython3/Modules/
D_asynciomodule.c229 uint64_t ts_id = PyThreadState_GetID(ts); in get_running_loop()
315 cached_running_holder_tsid = PyThreadState_GetID(tstate); in set_running_loop()
/external/python/cpython3/Python/
Dpystate.c1108 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID() function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst1210 Add :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/external/python/cpython3/Misc/
Dstable_abi.txt2099 function PyThreadState_GetID
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1296 Added :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/external/python/cpython3/Doc/c-api/
Dinit.rst1126 .. c:function:: uint64_t PyThreadState_GetID(PyThreadState *tstate)