Searched refs:THREAD_SET_STACKSIZE (Results 1 – 3 of 3) sorted by relevance
123 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()124 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
381 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
798 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro