Home
last modified time | relevance | path

Searched defs:THREAD_SET_STACKSIZE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dthread_os2.h267 #define THREAD_SET_STACKSIZE(x) _pythread_os2_set_stacksize(x) macro
Dthread_nt.h289 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
Dthread_pthread.h521 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro
/external/python/cpython3/Python/
Dthread_nt.h375 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
Dthread_pthread.h766 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro