Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h34 #define THREAD_STACK_MIN 0x8000 /* 32kB */ macro
483 tss_min = PTHREAD_STACK_MIN > THREAD_STACK_MIN ? PTHREAD_STACK_MIN in _pythread_pthread_set_stacksize()
484 : THREAD_STACK_MIN; in _pythread_pthread_set_stacksize()
486 tss_min = THREAD_STACK_MIN; in _pythread_pthread_set_stacksize()