HomeSort by relevance Sort by last modified time
    Searched full:_pythread_stacksize (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_nt.h 145 Py_SAFE_DOWNCAST(_pythread_stacksize, Py_ssize_t, SIZE_T),
149 Py_SAFE_DOWNCAST(_pythread_stacksize,
276 _pythread_stacksize = 0;
282 _pythread_stacksize = size;
thread_os2.h 42 OS2_STACKSIZE(_pythread_stacksize),
254 _pythread_stacksize = 0;
260 _pythread_stacksize = size;
thread_pthread.h 180 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
477 _pythread_stacksize = 0;
494 _pythread_stacksize = size;
thread.c 101 static size_t _pythread_stacksize = 0; variable
158 return _pythread_stacksize;
  /external/python/cpython2/Python/
thread_nt.h 145 Py_SAFE_DOWNCAST(_pythread_stacksize, Py_ssize_t, SIZE_T),
149 Py_SAFE_DOWNCAST(_pythread_stacksize,
276 _pythread_stacksize = 0;
282 _pythread_stacksize = size;
thread_os2.h 42 OS2_STACKSIZE(_pythread_stacksize),
254 _pythread_stacksize = 0;
260 _pythread_stacksize = size;
thread_pthread.h 181 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
483 _pythread_stacksize = 0;
500 _pythread_stacksize = size;
thread.c 101 static size_t _pythread_stacksize = 0; variable
158 return _pythread_stacksize;
  /external/python/cpython3/Python/
thread_nt.h 193 Py_SAFE_DOWNCAST(_pythread_stacksize,
335 _pythread_stacksize = 0;
341 _pythread_stacksize = size;
thread_pthread.h 206 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
574 _pythread_stacksize = 0;
591 _pythread_stacksize = size;
thread.c 82 static size_t _pythread_stacksize = 0; variable
105 return _pythread_stacksize;
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 218 milliseconds