Home
last modified time | relevance | path

Searched defs:PTHREAD_STACK_MIN (Results 1 – 5 of 5) sorted by relevance

/external/fio/os/
Dos-netbsd.h33 #define PTHREAD_STACK_MIN 4096 macro
Dos-openbsd.h33 #define PTHREAD_STACK_MIN 4096 macro
Dos-windows.h29 #define PTHREAD_STACK_MIN 65535 macro
Dos-dragonfly.h32 #define PTHREAD_STACK_MIN 4096 macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py300 PTHREAD_STACK_MIN = 16384 variable