Searched refs:CloneGuestThread (Results 1 – 3 of 3) sorted by relevance
83 return CloneGuestThread(GetCurrentGuestThread(), arg_1, arg_2, arg_3, arg_4, arg_5); in RunGuestSyscall___NR_clone()
42 pid_t CloneGuestThread(GuestThread* thread,
86 pid_t CloneGuestThread(GuestThread* thread, in CloneGuestThread() function