threads__findnew
th = threads__findnew(&machine->threads, pid, tid, &created);
struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created);