Home
last modified time | relevance | path

Searched refs:PyThread_set_stacksize (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread.c167 PyThread_set_stacksize(size_t size) in PyThread_set_stacksize() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c811 rc = PyThread_set_stacksize((size_t) new_size); in thread_stack_size()