Home
last modified time | relevance | path

Searched defs:guard_size (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpthread_attr.cpp130 int pthread_attr_setguardsize(pthread_attr_t* attr, size_t guard_size) { in pthread_attr_setguardsize()
138 int pthread_attr_getguardsize(pthread_attr_t const* attr, size_t* guard_size) { in pthread_attr_getguardsize()
Dpthread_create.cpp123 static void* __create_thread_stack(size_t stack_size, size_t guard_size) { in __create_thread_stack()
/bionic/libc/include/
Dpthread.h76 size_t guard_size; member