Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_nt.h357 #define THREAD_MIN_STACKSIZE 0x8000 /* 32 KiB */ macro
373 if (size >= THREAD_MIN_STACKSIZE && size < THREAD_MAX_STACKSIZE) { in _pythread_nt_set_stacksize()