HomeSort by relevance Sort by last modified time
    Searched refs:pythread_stacksize (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Python/
thread_nt.h 194 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0;
338 PyThreadState_GET()->interp->pythread_stacksize = 0;
344 PyThreadState_GET()->interp->pythread_stacksize = size;
thread.c 95 return PyThreadState_GET()->interp->pythread_stacksize;
thread_pthread.h 200 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0;
626 PyThreadState_GET()->interp->pythread_stacksize = 0;
643 PyThreadState_GET()->interp->pythread_stacksize = size;
pystate.c 142 interp->pythread_stacksize = 0;
    [all...]
  /external/python/cpython3/Include/
pystate.h 137 size_t pythread_stacksize; member in struct:_is

Completed in 98 milliseconds