Lines Matching defs:team3

180 	team_id team3;
181 CHK(context(caller3, appType3, &team3) == B_OK);
190 context.WaitForMessage(team3, MSG_READY_TO_RUN);
198 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED);
222 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED));
223 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false));
224 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN));
225 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message));
226 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_2));
227 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED));
228 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED));
279 team_id team3;
280 CHK(context(caller3, appType3, &team3) == B_OK);
289 context.WaitForMessage(team3, MSG_READY_TO_RUN);
298 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED);
322 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED));
323 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false));
324 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN));
325 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message));
326 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_REPLY));
327 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED));
328 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED));
365 team_id team3;
366 CHK(context(caller3, appType3, &team3) == B_OK);
375 context.WaitForMessage(team3, MSG_READY_TO_RUN);
384 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED);
408 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED));
409 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false));
410 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN));
411 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message));
412 // CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_2));
413 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED));
414 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED));