Searched refs:PyThreadState_GetID (Results 1 – 10 of 10) sorted by relevance
91 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate);
577 EXPORT_FUNC(PyThreadState_GetID)
594 function,PyThreadState_GetID,3.10,
653 …<elf-symbol name='PyThreadState_GetID' type='func-type' binding='global-binding' visibility='defau…17327 …PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1108' co…
229 uint64_t ts_id = PyThreadState_GetID(ts); in get_running_loop()315 cached_running_holder_tsid = PyThreadState_GetID(tstate); in set_running_loop()
1108 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID() function
1210 Add :c:func:`PyThreadState_GetID` function: get the unique identifier of a
2099 function PyThreadState_GetID
1296 Added :c:func:`PyThreadState_GetID` function: get the unique identifier of a
1126 .. c:function:: uint64_t PyThreadState_GetID(PyThreadState *tstate)