Home | History | Annotate | Download | only in bin

Lines Matching refs:threads

716   if (defined($data->{threads})) {
717 foreach my $thread (sort { $a <=> $b } keys(%{$data->{threads}})) {
720 my $thread_profile = $data->{threads}{$thread};
3815 # $result->{threads} Map of thread IDs to profile objects
4292 $r->{threads} = $thread_profiles;