Searched refs:pythread_stacksize (Results 1 – 4 of 4) sorted by relevance
205 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread()368 _PyInterpreterState_GET()->pythread_stacksize = 0; in _pythread_nt_set_stacksize()374 _PyInterpreterState_GET()->pythread_stacksize = size; in _pythread_nt_set_stacksize()
274 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread()770 _PyInterpreterState_GET()->pythread_stacksize = 0; in _pythread_pthread_set_stacksize()787 _PyInterpreterState_GET()->pythread_stacksize = size; in _pythread_pthread_set_stacksize()
112 return _PyInterpreterState_GET()->pythread_stacksize; in PyThread_get_stacksize()
250 size_t pythread_stacksize; member