Searched refs:InsertThread (Results 1 – 3 of 3) sorted by relevance
31 void InsertThread(pid_t tid, GuestThread* thread);
33 void GuestThreadMap::InsertThread(pid_t tid, GuestThread* thread) { in InsertThread() function in berberis::GuestThreadMap
198 g_guest_thread_map_.InsertThread(tid, thread); in InsertCurrentThread()