Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_pthread.h477 size_t tss_min; in _pythread_pthread_set_stacksize() local
489 tss_min = PTHREAD_STACK_MIN > THREAD_STACK_MIN ? PTHREAD_STACK_MIN in _pythread_pthread_set_stacksize()
492 tss_min = THREAD_STACK_MIN; in _pythread_pthread_set_stacksize()
494 if (size >= tss_min) { in _pythread_pthread_set_stacksize()
/external/python/cpython3/Python/
Dthread_pthread.h568 size_t tss_min; in _pythread_pthread_set_stacksize() local
580 tss_min = PTHREAD_STACK_MIN > THREAD_STACK_MIN ? PTHREAD_STACK_MIN in _pythread_pthread_set_stacksize()
583 tss_min = THREAD_STACK_MIN; in _pythread_pthread_set_stacksize()
585 if (size >= tss_min) { in _pythread_pthread_set_stacksize()