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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpystate.h37 } PyInterpreterState; typedef in typeref:struct:_is
60 PyInterpreterState *interp;
106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
187 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpystate.h37 } PyInterpreterState; typedef in typeref:struct:_is
60 PyInterpreterState *interp;
103 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
104 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
105 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
107 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
108 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
185 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
186 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
[all...]

Completed in 5 milliseconds