Lines Matching refs:func
71 my $func = $2;
73 $start{$func} = $1;
74 $type{$func} = 0;
80 $pids{$func} = $1;
87 my $func;
89 $func = "wait_" . $pid . "_1";
93 $func = "wait_" . $pid . "_" . $pidctr{$pid};
96 $start{$func} = $1;
97 $type{$func} = 1;
102 $pids{$func} = $pid;
115 my $func = "wait_" . $pid . "_" . $pidctr{$pid};
116 $end{$func} = $1;