Home
last modified time | relevance | path

Searched refs:_pythread_stacksize (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Dthread_nt.h145 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()
Dthread_os2.h42 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()
Dthread_pthread.h181 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()
Dthread.c104 static size_t _pythread_stacksize = 0; variable
161 return _pythread_stacksize; in PyThread_get_stacksize()