Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.cc31 void* guest_stack, 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.cc63 void* guest_stack = attr.stack_base; in DoCustomTrampoline_pthread_create() local
75 ret = CreateNewGuestThread(thread, &attr, guest_stack, guest_stack_size, in DoCustomTrampoline_pthread_create()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h36 void* guest_stack,