Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h471 size_t tss_min; in _pythread_pthread_set_stacksize() local
483 tss_min = PTHREAD_STACK_MIN > THREAD_STACK_MIN ? PTHREAD_STACK_MIN in _pythread_pthread_set_stacksize()
486 tss_min = THREAD_STACK_MIN; in _pythread_pthread_set_stacksize()
488 if (size >= tss_min) { in _pythread_pthread_set_stacksize()