Searched refs:threads__find (Results 1 – 3 of 3) sorted by relevance
27 struct thread *threads__find(struct threads *threads, pid_t tid);
92 struct thread *threads__find(struct threads *threads, pid_t tid) in threads__find() function
531 struct thread *th = threads__find(&machine->threads, tid); in __machine__findnew_thread()