Searched refs:teamid (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/
H A Drelease.c34 team_id teamid = -1; local
60 teamid = sinfo.team;
72 set_sem_owner(semid, teamid);
H A Dhey.cpp251 "usage: hey [-s][-o] <app|signature|teamid> [let <specifier> do] <verb> <specifier_1> <of\n"
293 team_id teamid; local
296 teamid = atoi(argv[argapp]);
297 if (teamid > 0) {
298 if (be_roster->GetRunningAppInfo(teamid, &appinfo) != B_OK)
300 the_application=BMessenger(NULL, teamid);
309 teamid = (team_id)(addr_t)team_list.ItemAt(i);
310 be_roster->GetRunningAppInfo(teamid, &appinfo);
317 the_application = BMessenger(0, teamid);

Completed in 87 milliseconds