Home
last modified time | relevance | path

Searched refs:ThreadInfoType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dthread.c231 static PyTypeObject ThreadInfoType; variable
245 if (_PyStructSequence_InitBuiltin(interp, &ThreadInfoType, &threadinfo_desc) < 0) { in PyThread_GetInfo()
249 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
299 _PyStructSequence_FiniBuiltin(interp, &ThreadInfoType); in _PyThread_FiniType()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv156 Python/thread.c - ThreadInfoType -
/external/python/cpython3/Tools/c-analyzer/
DTODO864 Python/thread.c:ThreadInfoType static PyTypeObject ThreadInfoType