Home
last modified time | relevance | path

Searched refs:THREAD_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h18 #ifndef THREAD_STACK_SIZE
19 #define THREAD_STACK_SIZE 0 /* use default stack size */ macro
22 #if (defined(__APPLE__) || defined(__FreeBSD__)) && defined(THREAD_STACK_SIZE) && THREAD_STACK_SIZE
30 #undef THREAD_STACK_SIZE
31 #define THREAD_STACK_SIZE 0x400000 macro
36 #ifdef THREAD_STACK_SIZE
164 #if defined(THREAD_STACK_SIZE) || defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) in PyThread_start_new_thread()
167 #if defined(THREAD_STACK_SIZE) in PyThread_start_new_thread()
175 #if defined(THREAD_STACK_SIZE) || defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) in PyThread_start_new_thread()
179 #if defined(THREAD_STACK_SIZE) in PyThread_start_new_thread()
[all …]
Dthread_os2.h18 #if !defined(THREAD_STACK_SIZE)
19 #define THREAD_STACK_SIZE 0x10000 macro
22 #define OS2_STACKSIZE(x) (x ? x : THREAD_STACK_SIZE)