Home
last modified time | relevance | path

Searched refs:guest_guard_size (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.cc33 size_t guest_guard_size, in CreateNewGuestThread() argument
37 info.thread = GuestThread::CreatePthread(guest_stack, guest_stack_size, guest_guard_size); in CreateNewGuestThread()
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc65 size_t guest_guard_size = attr.guard_size; in DoCustomTrampoline_pthread_create() local
76 guest_guard_size, ToGuestAddr(func), in DoCustomTrampoline_pthread_create()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h38 size_t guest_guard_size,