Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp232 int pthread_attr_setguardsize(pthread_attr_t* attr, size_t guard_size) { in pthread_attr_setguardsize()
238 int pthread_attr_getguardsize(const pthread_attr_t* attr, size_t* guard_size) { in pthread_attr_getguardsize()
/aosp12/bionic/libc/include/bits/
H A Dpthread_types.h38 size_t guard_size; member
/aosp12/bionic/tests/
H A Dpthread_test.cpp758 size_t guard_size; in TEST() local
770 size_t guard_size; in TEST() local
782 size_t guard_size; in TEST() local
796 size_t guard_size; in TEST() local
1723 size_t guard_size; in TEST() local
/aosp12/art/runtime/
H A Dthread.cc1242 size_t* guard_size) { in GetThreadStack()