Searched defs:PyThreadState (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dpystate.h103 } PyThreadState; typedef in typeref:struct:_ts
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Curren
[all...]
/external/python/cpython3/Include/
H A Dpystate.h72 typedef struct _ts PyThreadState; typedef in typeref:struct:_ts
153 } PyThreadState; typedef in typeref:struct:_ts
173 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
175 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
176 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
178 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
179 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
181 PyAPI_FUNC(void) _PyThreadState_DeleteExcept(PyThreadState *tstate);
193 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
198 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGe
[all...]

Completed in 324 milliseconds