Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread_pthread.h31 #ifndef THREAD_STACK_SIZE
32 #define THREAD_STACK_SIZE 0 /* use default stack size */ macro
42 #if defined(__APPLE__) && defined(THREAD_STACK_SIZE) && THREAD_STACK_SIZE == 0
43 #undef THREAD_STACK_SIZE
45 #define THREAD_STACK_SIZE 0x1000000 macro
47 #if defined(__FreeBSD__) && defined(THREAD_STACK_SIZE) && THREAD_STACK_SIZE == 0
48 #undef THREAD_STACK_SIZE
49 #define THREAD_STACK_SIZE 0x400000 macro
51 #if defined(_AIX) && defined(THREAD_STACK_SIZE) && THREAD_STACK_SIZE == 0
52 #undef THREAD_STACK_SIZE
[all …]
/external/python/cpython2/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
165 #if defined(THREAD_STACK_SIZE) || defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) in PyThread_start_new_thread()
168 #if defined(THREAD_STACK_SIZE) in PyThread_start_new_thread()
176 #if defined(THREAD_STACK_SIZE) || defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) in PyThread_start_new_thread()
180 #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)
/external/libhevc/encoder/
Dihevce_hle_interface.h63 #define THREAD_STACK_SIZE 0x80000 macro
Dihevce_hle_interface.c1242 s_thread_attr.stack_size = THREAD_STACK_SIZE; in ihevce_hle_interface_thrd()
1338 s_thread_attr.stack_size = THREAD_STACK_SIZE; in ihevce_hle_interface_thrd()
1454 s_thread_attr.stack_size = THREAD_STACK_SIZE; in ihevce_hle_interface_thrd()
Dihevce_plugin.c1158 s_thread_attr.stack_size = THREAD_STACK_SIZE; in ihevce_init()
/external/python/cpython2/PC/os2emx/
DREADME.os2emx653 THREAD_STACK_SIZE to an appropriate value in the Makefile (which contains
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst2313 Add definition of THREAD_STACK_SIZE for AIX in Python/thread_pthread.h The
/external/python/cpython3/
Dconfigure.ac2766 # Note: This matches the value of THREAD_STACK_SIZE in