Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_os2.h22 #define OS2_STACKSIZE(x) (x ? x : THREAD_STACK_SIZE) macro
42 OS2_STACKSIZE(_pythread_stacksize), in PyThread_start_new_thread()