Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread.c169 #if defined(THREAD_SET_STACKSIZE) in PyThread_set_stacksize()
170 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
Dthread_os2.h267 #define THREAD_SET_STACKSIZE(x) _pythread_os2_set_stacksize(x) macro
Dthread_nt.h289 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x) macro
Dthread_pthread.h505 #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) macro