Home
last modified time | relevance | path

Searched refs:THREAD_SET_STACKSIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dthread.c123 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()
124 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
Dthread_nt.h381 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
Dthread_pthread.h798 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro