Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h108 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c215 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c676 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()