Lines Matching refs:func
85 my $func = $2;
87 $start{$func} = $1;
88 $type{$func} = 0;
94 $pids{$func} = $1;
101 my $func;
103 $func = "wait_" . $pid . "_1";
107 $func = "wait_" . $pid . "_" . $pidctr{$pid};
110 $start{$func} = $1;
111 $type{$func} = 1;
116 $pids{$func} = $pid;
129 my $func = "wait_" . $pid . "_" . $pidctr{$pid};
130 $end{$func} = $1;