Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.cc29 int CreateNewGuestThread(pthread_t* thread_id, in CreateNewGuestThread() function
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h34 int CreateNewGuestThread(pthread_t* thread_id,
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc75 ret = CreateNewGuestThread(thread, &attr, guest_stack, guest_stack_size, in DoCustomTrampoline_pthread_create()