Searched refs:threads__findnew (Results 1 – 3 of 3) sorted by relevance
28 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created);
109 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created) in threads__findnew() function
541 th = threads__findnew(&machine->threads, pid, tid, &created); in __machine__findnew_thread()
Completed in 10 milliseconds