Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.h38 void* RunGuestThread(void* arg);
Dguest_thread_pthread_create_arch.cc29 void* RunGuestThread(void* arg) { in RunGuestThread() function
Dguest_thread_pthread_create.cc49 res = pthread_create(thread_id, attr, RunGuestThread, &info); in CreateNewGuestThread()