Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h91 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
/third_party/python/PC/
Dpython3dll.c577 EXPORT_FUNC(PyThreadState_GetID)
/third_party/python/Doc/data/
Dstable_abi.dat594 function,PyThreadState_GetID,3.10,
/third_party/python/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()
/third_party/python/Python/
Dpystate.c1108 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID() function
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1210 Add :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/third_party/python/Misc/
Dstable_abi.txt2099 function PyThreadState_GetID
/third_party/python/Doc/whatsnew/
D3.9.rst1279 Added :c:func:`PyThreadState_GetID` function: get the unique identifier of a
/third_party/python/Doc/c-api/
Dinit.rst1126 .. c:function:: uint64_t PyThreadState_GetID(PyThreadState *tstate)