Searched refs:PTHREAD_STACK_SIZE_DEFAULT (Results 1 – 2 of 2) sorted by relevance
138 #define PTHREAD_STACK_SIZE_DEFAULT ((1 * 1024 * 1024) - SIGSTKSZ) macro
44 attr->stack_size = PTHREAD_STACK_SIZE_DEFAULT; in pthread_attr_init()