Searched refs:RunGuestThread (Results 1 – 3 of 3) sorted by relevance
38 void* RunGuestThread(void* arg);
29 void* RunGuestThread(void* arg) { in RunGuestThread() function
49 res = pthread_create(thread_id, attr, RunGuestThread, &info); in CreateNewGuestThread()