Searched refs:CallExecuted (Results 1 – 4 of 4) sorted by relevance
246 info[i].Flags |= ipc.CallExecuted | ipc.CallFinished390 ipc.CallExecuted: "executed",447 info[call].Flags |= ipc.CallExecuted | ipc.CallFinished452 info[i].Flags |= ipc.CallExecuted
177 CallExecuted CallFlags = 1 << iota // was started at all const200 if inf.Flags&CallExecuted == 0 {
79 CallExecuted CallFlags = 1 << iota // was started at all const271 if inf.Flags&CallExecuted != 0 {272 callInfos[i].Flags |= prog.CallExecuted
173 if inf.Flags&ipc.CallExecuted == 0 {