Searched refs:FindThread (Results 1 – 3 of 3) sorted by relevance
86 GuestThread* thread = g_guest_thread_map_.FindThread(tid); in GetGuestThreadAttr()158 GuestThread* thread = g_guest_thread_map_.FindThread(tid); in AttachCurrentThread()
33 GuestThread* FindThread(pid_t tid);
48 GuestThread* GuestThreadMap::FindThread(pid_t tid) { in FindThread() function in berberis::GuestThreadMap