Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h109 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c199 _PyThreadState_Init(tstate); in new_threadstate()
223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c197 _PyThreadState_Init(tstate); in new_threadstate()
221 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c611 _PyThreadState_Init(tstate); in t_bootstrap()