Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythread.h84 PyAPI_FUNC(PyObject*) PyThread_GetInfo(void);
/external/python/cpython3/Python/
Dthread.c169 PyThread_GetInfo(void) in PyThread_GetInfo() function
Dsysmodule.c2424 SET_SYS_FROM_STRING("thread_info", PyThread_GetInfo()); in _PySys_BeginInit()