Searched refs:__machine__findnew_thread (Results 1 – 1 of 1) sorted by relevance
526 static struct thread *__machine__findnew_thread(struct machine *machine, in __machine__findnew_thread() function 565 return __machine__findnew_thread(machine, pid, tid, /*create=*/true); in machine__findnew_thread() 571 return __machine__findnew_thread(machine, pid, tid, /*create=*/false); in machine__find_thread()