Searched refs:team_id (Results 76 - 100 of 303) sorted by relevance

1234567891011>>

/haiku/headers/private/debug/
H A DTeamDebugger.h22 status_t Install(team_id team);
H A DDebugContext.h17 status_t Init(team_id team, port_id nubPort);
20 team_id Team() const { return fContext.team; }
H A Ddebug_support.h17 team_id team;
23 status_t init_debug_context(debug_context *context, team_id team,
65 status_t debug_create_symbol_lookup_context(team_id team, image_id image,
H A DDebugLooper.h31 bool RemoveTeamDebugger(team_id team);
/haiku/src/system/libroot/os/
H A Dextended_system_info.cpp20 get_extended_team_info(team_id teamID, uint32 flags, KMessage& info)
/haiku/src/system/kernel/device_manager/
H A DIORequest.h64 status_t LockMemory(team_id team, bool isWrite);
65 void UnlockMemory(team_id team, bool isWrite);
75 void _UnlockMemory(team_id team, size_t count,
279 team_id TeamID() const { return fTeam; }
313 team_id team, bool copyIn);
316 team_id team, bool copyIn);
319 team_id team, bool copyIn);
321 generic_size_t size, team_id team);
323 generic_size_t size, team_id team);
325 generic_size_t size, team_id tea
[all...]
/haiku/src/apps/switcher/
H A DApplicationsView.cpp39 team_id team = (team_id)teamList.ItemAt(i);
H A DCaptureWindow.cpp34 void _Notify(uint32 location, team_id team);
37 static team_id _CurrentTeam();
42 team_id fLastTeam;
163 CaptureView::_Notify(uint32 location, team_id team)
185 /*static*/ team_id
H A DSwitcher.cpp62 (team_id)message->FindInt32("team"));
/haiku/src/tests/kits/app/common/
H A DAppRunner.h21 team_id Team();
43 team_id fTeam;
/haiku/src/tests/servers/app/
H A Dapp_server_debug.cpp18 send_debug_message(team_id team, int32 code)
74 team_id team = atoi(argv[i]);
/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp38 AreaInfo::AreaInfo(team_id team, area_id area, const BString& name,
55 AreaInfo::SetTo(team_id team, area_id area, const BString& name,
H A DImageInfo.cpp35 ImageInfo::ImageInfo(team_id team, image_id image, const BString& name,
52 ImageInfo::SetTo(team_id team, image_id image, const BString& name,
/haiku/src/bin/
H A Dlistport.c20 void list_team_ports (team_id id);
39 // list for each team_id on the command line
70 list_team_ports(team_id id)
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp47 team_id team;
50 link.Read<team_id>(&team);
91 team_id team;
94 if (link.Read<team_id>(&team) != B_OK)
137 reply.Attach<team_id>(window->ClientTeam());
170 reply.Attach<team_id>(window->ClientTeam());
178 team_id team;
181 if (link.Read<team_id>(&team) != B_OK)
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp146 LocalTargetHostInterface::Attach(team_id teamID, thread_id threadID,
180 const char* const* arguments, team_id& _teamID) const
229 team_id& _teamID) const
245 set<team_id> waitingTeams;
252 team_id team;
260 for (set<team_id>::iterator it = waitingTeams.begin();
312 LocalTargetHostInterface::_HandleTeamEvent(team_id team, int32 opcode,
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp69 AppInfo(team_id team)
83 team_id Team() const
158 team_id fTeam;
204 team_id *team)
221 team_id *team)
239 // team_id sender = -1;
264 team_id sender = -1;
317 LaunchContext::TerminateApp(team_id team, bool wait)
328 team_id
332 team_id tea
[all...]
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h31 virtual team_id TeamID() const;
57 virtual status_t GetSymbolInfos(team_id team, image_id image,
59 virtual status_t GetSymbolInfo(team_id team, image_id image,
/haiku/headers/os/kernel/
H A DOS.h48 typedef int32 team_id; typedef
60 team_id team;
110 extern status_t _get_next_area_info(team_id team, ssize_t *cookie,
123 team_id team;
147 extern status_t set_port_owner(port_id port, team_id team);
152 extern status_t _get_next_port_info(team_id team, int32 *cookie,
168 team_id sender_team;
184 team_id team;
222 extern status_t set_sem_owner(sem_id id, team_id team);
227 extern status_t _get_next_sem_info(team_id tea
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp146 void SetTeam(team_id team)
162 team_id team;
174 InternalEvent(uint32 type, team_id team, int32 phase)
183 team_id Team() const { return fTeam; }
324 status_t AddApp(team_id team, BBitmap* appIcon)
343 void RemoveApp(team_id team)
356 void SetCurrentApp(team_id team)
425 team_id team;
434 int32 _AppInfoIndexOf(team_id team)
447 AppInfo* _AppInfoFor(team_id tea
[all...]
H A DRosterAppInfo.cpp32 RosterAppInfo::Init(thread_id thread, team_id team, port_id port, uint32 flags,
/haiku/headers/private/app/
H A DServerLink.h46 void SetTargetTeam(team_id team);
47 team_id TargetTeam();
116 ServerLink::SetTargetTeam(team_id team)
122 inline team_id
H A DMessagePrivate.h68 team_id reply_team;
115 SetReply(team_id team, port_id port, int32 target)
180 SendMessage(port_id port, team_id portOwner, int32 token,
188 SendMessage(port_id port, team_id portOwner, int32 token,
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h75 team_id
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h72 status_t Init(const char* name, team_id team,
77 team_id GetTeam() const { return fTeam; }
140 team_id fTeam;
149 team_id fUserlandServerTeam;

Completed in 123 milliseconds

1234567891011>>