Searched refs:ThreadInfoType (Results 1 – 3 of 3) sorted by relevance
231 static PyTypeObject ThreadInfoType; variable245 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()
156 Python/thread.c - ThreadInfoType -
864 Python/thread.c:ThreadInfoType static PyTypeObject ThreadInfoType