Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread.c159 static PyStructSequence_Desc threadinfo_desc = { variable
180 if (PyStructSequence_InitType2(&ThreadInfoType, &threadinfo_desc) < 0) in PyThread_GetInfo()