OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_STACK_SIZE_DEFAULT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
pthread_internal.h
115
#define
PTHREAD_STACK_SIZE_DEFAULT
((1 * 1024 * 1024) - SIGSTKSZ)
pthread_attr.cpp
44
attr->stack_size =
PTHREAD_STACK_SIZE_DEFAULT
;
Completed in 69 milliseconds