Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Python/
Dthread_nt.h392 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
Dthread_pthread.h797 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro