Home
last modified time | relevance | path

Searched refs:CreatePthread (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.cc37 info.thread = GuestThread::CreatePthread(guest_stack, guest_stack_size, guest_guard_size); in CreateNewGuestThread()
Dguest_thread_manager.cc172 thread = GuestThread::CreatePthread(nullptr, stack_size, guard_size); in AttachCurrentThread()
Dguest_thread.cc118 GuestThread* GuestThread::CreatePthread(void* stack, size_t stack_size, size_t guard_size) { in CreatePthread() function in berberis::GuestThread
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h61 static GuestThread* CreatePthread(void* stack, size_t stack_size, size_t guard_size);