Searched refs:_pythread_stacksize (Results 1 – 4 of 4) sorted by relevance
145 Py_SAFE_DOWNCAST(_pythread_stacksize, Py_ssize_t, SIZE_T), in PyThread_start_new_thread()149 Py_SAFE_DOWNCAST(_pythread_stacksize, in PyThread_start_new_thread()276 _pythread_stacksize = 0; in _pythread_nt_set_stacksize()282 _pythread_stacksize = size; in _pythread_nt_set_stacksize()
42 OS2_STACKSIZE(_pythread_stacksize), in PyThread_start_new_thread()254 _pythread_stacksize = 0; in _pythread_os2_set_stacksize()260 _pythread_stacksize = size; in _pythread_os2_set_stacksize()
181 tss = (_pythread_stacksize != 0) ? _pythread_stacksize in PyThread_start_new_thread()493 _pythread_stacksize = 0; in _pythread_pthread_set_stacksize()510 _pythread_stacksize = size; in _pythread_pthread_set_stacksize()
104 static size_t _pythread_stacksize = 0; variable161 return _pythread_stacksize; in PyThread_get_stacksize()