Searched refs:THREAD_SET_STACKSIZE (Results 1 – 4 of 4) sorted by relevance
169 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()170 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
505 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro