Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dthread.c121 /* Only platforms defining a THREAD_SET_STACKSIZE() macro
129 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()
130 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
H A Dthread_nt.h392 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
H A Dthread_pthread.h797 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro

Completed in 3 milliseconds