Searched refs:team_id (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/os/
H A Dport.c77 set_port_owner(port_id port, team_id team)
98 _get_next_port_info(team_id team, int32 *cookie, port_info *info, size_t size)
H A Darea.c82 _get_next_area_info(team_id team, ssize_t *cookie, area_info *areaInfo, size_t size)
/haiku/src/servers/launch/
H A DJob.h82 team_id Team() const;
136 team_id fTeam;
/haiku/src/servers/registrar/
H A DAppInfoList.cpp128 AppInfoList::InfoFor(team_id team) const
270 AppInfoList::IndexOf(team_id team) const
H A DAppInfoList.h51 RosterAppInfo *InfoFor(team_id team) const;
69 int32 IndexOf(team_id team) const;
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.cpp18 ThreadBarMenu::ThreadBarMenu(const char *title, team_id team, int32 threadCount)
50 ThreadBarMenu::Reset(team_id team)
H A DProcessController.h47 void _HandleDebugRequest(team_id team, thread_id thread);
/haiku/headers/private/system/
H A Dsyscalls.h109 extern status_t _kern_get_next_sem_info(team_id team, int32 *cookie,
111 extern status_t _kern_set_sem_owner(sem_id id, team_id proc);
149 extern status_t _kern_kill_team(team_id team);
150 extern team_id _kern_get_current_team();
151 extern status_t _kern_wait_for_team(team_id team, status_t *_returnCode);
189 extern status_t _kern_get_next_thread_info(team_id team, int32 *cookie,
191 extern status_t _kern_get_team_info(team_id id, team_info *info,
195 extern status_t _kern_get_team_usage_info(team_id team, int32 who,
197 extern status_t _kern_get_extended_team_info(team_id teamID, uint32 flags,
248 extern status_t _kern_get_next_image_info(team_id tea
[all...]
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp102 app_info_for_team(team_id team)
111 check_watching_message(LaunchContext &context, team_id team, int32 &cookie,
128 team_id foundTeam;
180 const char **argv, team_id *team)
236 team_id team1;
252 team_id team2;
270 team_id team3;
290 team_id team4;
371 team_id team1;
389 team_id team
[all...]
/haiku/src/servers/debug/
H A DDebugServer.cpp149 KillTeam(team_id team, const char *appName = NULL)
196 TeamDebugHandler(team_id team);
201 team_id Team() const;
218 void _NotifyAppServer(team_id team);
219 void _NotifyRegistrar(team_id team, bool openAlert, bool stopShutdown);
233 static team_id _FindTeam(const char *name);
239 team_id fTeam;
281 TeamDebugHandler *RemoveHandler(team_id team)
296 TeamDebugHandler *HandlerFor(team_id team)
316 team_id tea
[all...]
/haiku/src/bin/debug/profile/
H A DSharedImage.h53 status_t Init(team_id owner, image_id imageID);
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h18 team_id team;
/haiku/src/system/kernel/messaging/
H A DMessagingService.h79 team_id fServerTeam;
/haiku/headers/private/kernel/
H A DUserTimer.h108 TeamTimeUserTimer(team_id teamID);
132 team_id fTeamID;
144 TeamUserTimeUserTimer(team_id teamID);
158 team_id fTeamID;
H A Dthread.h42 team_id team;
60 team_id team = -1, Thread* thread = NULL);
129 void *args, team_id team);
161 status_t _user_get_next_thread_info(team_id team, int32 *cookie, thread_info *info);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp69 team_id team = appInfo.team;
/haiku/src/servers/media/
H A DDefaultManager.h47 void CleanupTeam(team_id team);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h56 team_id fCurrentTeam;
/haiku/src/system/kernel/
H A Dcommpage.cpp64 clone_commpage_area(team_id team, void** address)
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h49 team_id fDeskbarTeam;
/haiku/src/bin/
H A Drelease.c34 team_id teamid = -1;
/haiku/src/kits/print/
H A DBeUtils.cpp93 team_id team = msgr.Team();
/haiku/src/kits/app/
H A DMessenger.cpp51 BMessenger::BMessenger(const char* signature, team_id team, status_t* result)
222 BMessenger::SetTo(const char* signature, team_id team)
270 team_id
296 BMessenger::_SetTo(team_id team, port_id port, int32 token)
319 BMessenger::_InitData(const char* signature, team_id team, status_t* _result)
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp95 Session(team_id team, const char *name, dev_t device,
101 team_id Team() const { return fTeam; }
133 team_id fTeam;
143 SessionGetter(team_id team, Session **_session);
198 typedef team_id KeyType;
251 start_session(team_id team, dev_t device, ino_t node, const char *name,
296 team_gone(team_id team, void *_session)
371 Session::Session(team_id team, const char *name, dev_t device,
655 SessionGetter::SessionGetter(team_id team, Session **_session)
/haiku/headers/private/kernel/util/
H A DKMessage.h152 team_id Sender() const;
159 team_id senderTeam);
166 team_id senderTeam = -1);
171 team_id senderTeam = -1);
176 team_id senderTeam = -1);
180 team_id senderTeam = -1);
196 team_id sender;
635 team_id sender;

Completed in 328 milliseconds

1234567891011>>