Lines Matching refs:team
26 void team_remove_team(Team *team, pid_t& _signalGroup);
27 port_id team_shutdown_team(Team *team);
28 void team_delete_team(Team *team, port_id debuggerPort);
37 struct job_control_entry* team_get_death_entry(Team *team,
39 void team_init_exit_info_on_error(Team* team);
48 void team_set_job_control_state(Team* team, job_control_state newState,
55 status_t start_watching_team(team_id team, void (*hook)(team_id, void *),
57 status_t stop_watching_team(team_id team, void (*hook)(team_id, void *),
60 struct user_thread* team_allocate_user_thread(Team* team);
61 void team_free_user_thread(Team* team, struct user_thread* userThread);
85 status_t _user_get_team_usage_info(team_id team, int32 who,