Lines Matching refs:PyInterpreterState
24 typedef struct _is PyInterpreterState; typedef
169 } PyInterpreterState; typedef
217 PyInterpreterState *interp;
308 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
309 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
310 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
313 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
328 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
330 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
429 PyAPI_FUNC(PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void);
443 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Main(void);
444 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
445 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
446 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);