Searched refs:OnInsertGuestThread (Results 1 – 3 of 3) sorted by relevance
29 void OnInsertGuestThread(pid_t tid, GuestThread* thread);
65 void OnInsertGuestThread([[maybe_unused]] pid_t tid, [[maybe_unused]] GuestThread* thread) {} in OnInsertGuestThread() function
203 OnInsertGuestThread(tid, thread); in InsertCurrentThread()