Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Druntime_bridge.cc83 return CloneGuestThread(GetCurrentGuestThread(), arg_1, arg_2, arg_3, arg_4, arg_5); in RunGuestSyscall___NR_clone()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h42 pid_t CloneGuestThread(GuestThread* thread,
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_clone.cc86 pid_t CloneGuestThread(GuestThread* thread, in CloneGuestThread() function