Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_os2.h22 #define OS2_STACKSIZE(x) (x ? x : THREAD_STACK_SIZE) macro
42 OS2_STACKSIZE(_pythread_stacksize), in PyThread_start_new_thread()