Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread.c183 static PyTypeObject ThreadInfoType; variable
196 if (ThreadInfoType.tp_name == 0) { in PyThread_GetInfo()
197 if (PyStructSequence_InitType2(&ThreadInfoType, &threadinfo_desc) < 0) in PyThread_GetInfo()
201 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
/third_party/python/Tools/c-analyzer/
DTODO917 Python/thread.c:ThreadInfoType static PyTypeObject ThreadInfoType