Home
last modified time | relevance | path

Searched refs:_pythread_pthread_set_stacksize (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dthread_pthread.h473 _pythread_pthread_set_stacksize(size_t size) in _pythread_pthread_set_stacksize() function
511 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x)
/external/python/cpython3/Python/
Dthread_pthread.h564 _pythread_pthread_set_stacksize(size_t size) in _pythread_pthread_set_stacksize() function
602 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x)