Searched refs:THREAD_SET_STACKSIZE (Results 1 – 7 of 7) sorted by relevance
108 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()109 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
375 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
766 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro
172 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()173 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
267 #define THREAD_SET_STACKSIZE(x) _pythread_os2_set_stacksize(x) macro
289 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
521 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro