Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.h138 #define PTHREAD_STACK_SIZE_DEFAULT ((1 * 1024 * 1024) - SIGSTKSZ) macro
Dpthread_attr.cpp44 attr->stack_size = PTHREAD_STACK_SIZE_DEFAULT; in pthread_attr_init()