Lines Matching defs:leader
402 struct thread *leader;
412 leader = __machine__findnew_thread(machine, th->pid_, th->pid_);
413 if (!leader)
416 if (!leader->maps)
417 leader->maps = maps__new(machine);
419 if (!leader->maps)
422 if (th->maps == leader->maps)
437 th->maps = maps__get(leader->maps);
439 thread__put(leader);
544 * leader and that would screwed the rb tree.