Lines Matching defs:leader
520 struct thread *leader;
530 leader = __machine__findnew_thread(machine, thread__pid(th), thread__pid(th));
531 if (!leader)
534 if (!thread__maps(leader))
535 thread__set_maps(leader, maps__new(machine));
537 if (!thread__maps(leader))
540 if (thread__maps(th) == thread__maps(leader))
555 thread__set_maps(th, maps__get(thread__maps(leader)));
557 thread__put(leader);
671 * thread__init_maps to find the thread leader and that would screwed