Searched refs:thread__new (Results 1 – 3 of 3) sorted by relevance
29 struct thread *thread__new(pid_t pid, pid_t tid);
10 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
296 th = thread__new(pid, tid); in __machine__findnew_thread()