Lines Matching refs:func
55 my $func = $2;
57 $start{$func} = $1;
58 $type{$func} = 0;
64 $pids{$func} = $1;
71 my $func;
73 $func = "wait_" . $pid . "_1";
77 $func = "wait_" . $pid . "_" . $pidctr{$pid};
80 $start{$func} = $1;
81 $type{$func} = 1;
86 $pids{$func} = $pid;
99 my $func = "wait_" . $pid . "_" . $pidctr{$pid};
100 $end{$func} = $1;