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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 467 _pythread_pthread_set_stacksize(size_t size) function
505 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x)
  /external/python/cpython2/Python/
thread_pthread.h 473 _pythread_pthread_set_stacksize(size_t size) function
511 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x)
  /external/python/cpython3/Python/
thread_pthread.h 564 _pythread_pthread_set_stacksize(size_t size) function
602 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x)

Completed in 2533 milliseconds