Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc118 GuestThread* GuestThread::CreatePthread(void* stack, size_t stack_size, size_t guard_size) { in CreatePthread()
206 bool GuestThread::AllocStack(void* stack, size_t stack_size, size_t guard_size) { in AllocStack()
Dguest_thread_manager.cc84 size_t* guard_size, in GetGuestThreadAttr()
167 size_t guard_size; in AttachCurrentThread() local
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc112 size_t guard_size; in DoCustomTrampoline_pthread_getattr_np() local
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h81 void GetAttr(GuestAddr* stack_base, size_t* stack_size, size_t* guard_size) const { in GetAttr()