Searched refs:team_id (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h36 TeamDebugger* FindTeamDebugger(team_id team) const;
48 virtual status_t Attach(team_id id, thread_id threadID,
52 team_id& _teamID) const = 0;
58 team_id& _teamID) const = 0;
76 status_t _StartTeamDebugger(team_id teamID,
121 team_id team;
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.h28 AddressSpaceReadLocker(team_id team);
34 status_t SetTo(team_id team);
55 AddressSpaceWriteLocker(team_id team);
61 status_t SetTo(team_id team);
65 status_t SetFromArea(team_id team, area_id areaID,
67 status_t SetFromArea(team_id team, area_id areaID,
90 inline status_t AddTeam(team_id team, bool writeLock,
129 MultiAddressSpaceLocker::AddTeam(team_id team, bool writeLock,
H A DVMAddressSpace.cpp48 typedef team_id KeyType;
51 size_t HashKey(team_id key) const
61 bool Compare(team_id key, const VMAddressSpace* value) const
86 VMAddressSpace::VMAddressSpace(team_id id, addr_t base, size_t size,
187 VMAddressSpace::Create(team_id teamID, addr_t base, size_t size, bool kernel,
235 /*static*/ team_id
265 VMAddressSpace::Get(team_id teamID)
298 VMAddressSpace::DebugGet(team_id teamID)
305 VMAddressSpace::_DeleteIfUnreferenced(team_id id)
336 team_id i
[all...]
/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp32 SemaphoreInfo::SemaphoreInfo(team_id team, sem_id semaphore,
45 SemaphoreInfo::SetTo(team_id team, sem_id semaphore, const BString& name,
H A DTargetHost.cpp70 TargetHost::RemoveTeam(team_id team)
105 TargetHost::TeamInfoByID(team_id team) const
119 TargetHost::_FindTeamByKey(const team_id* id, const TeamInfo* info)
140 TargetHost::_NotifyTeamRemoved(team_id team)
174 TargetHost::Listener::TeamRemoved(team_id team)
/haiku/src/apps/switcher/
H A DWindowsView.h17 WindowsView(team_id team, uint32 location);
/haiku/src/apps/terminal/
H A DTerminalRoster.h34 team_id team;
39 Info(int32 id, team_id team);
55 status_t Register(team_id teamID, BLooper* looper);
91 bool _TeamIsRunning(team_id teamID);
/haiku/src/bin/debug/profile/
H A DImage.cpp9 Image::Image(SharedImage* image, const image_info& info, team_id owner,
/haiku/headers/private/kernel/
H A Dcommpage.h23 area_id clone_commpage_area(team_id team, void** address);
H A Dcommpage_compat.h27 area_id clone_commpage_compat_area(team_id team, void** address);
H A Dsem.h33 extern sem_id create_sem_etc(int32 count, const char *name, team_id owner);
48 status_t _user_get_next_sem_info(team_id, int32 *, struct sem_info *, size_t);
49 status_t _user_set_sem_owner(sem_id id, team_id team);
H A Duser_debugger.h60 team_id debugger_team;
260 void user_debug_team_created(team_id teamID);
261 void user_debug_team_deleted(team_id teamID, port_id debuggerPort);
265 void user_debug_thread_deleted(team_id teamID, thread_id threadID);
283 port_id _user_install_team_debugger(team_id team, port_id debuggerPort);
284 status_t _user_remove_team_debugger(team_id team);
/haiku/src/servers/app/
H A DCursorManager.h36 ServerCursor* CreateCursor(team_id clientTeam,
38 ServerCursor* CreateCursor(team_id clientTeam,
44 void DeleteCursors(team_id team);
59 ServerCursor* _FindCursor(team_id cientTeam,
H A DServerCursor.h42 void SetOwningTeam(team_id tid)
44 team_id OwningTeam() const
62 team_id fOwningTeam;
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.h30 team_id* fTeamList;
H A DQuitMenu.h21 void AddTeam(team_id tmid);
H A DMemoryBarMenu.h32 team_id* fTeamList;
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h50 team_id clientTeamID, int32 handlerID, const char* signature);
63 team_id ClientTeamID() const;
86 team_id fClientTeamID;
/haiku/headers/private/debugger/model/
H A DImageInfo.h18 ImageInfo(team_id team, image_id image,
25 void SetTo(team_id team, image_id image,
32 team_id TeamID() const { return fTeam; }
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h14 LocalDebuggerInterface(team_id team);
22 virtual team_id TeamID() const;
48 virtual status_t GetSymbolInfos(team_id team, image_id image,
50 virtual status_t GetSymbolInfo(team_id team, image_id image,
92 team_id fTeamID;
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp95 team_id team = (team_id)(uintptr_t)teamList.ItemAt(0);
131 team_id teamID;
147 team_id team = -1;
170 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i);
198 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i);
235 team_id team = (team_id)(uintptr_
[all...]
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h29 VMAddressSpace(team_id id, addr_t base,
35 team_id ID() const { return fID; }
117 static status_t Create(team_id teamID, addr_t base, size_t size,
121 static team_id KernelID()
127 static team_id CurrentID();
130 static VMAddressSpace* Get(team_id teamID);
134 static VMAddressSpace* DebugGet(team_id teamID);
137 static void _DeleteIfUnreferenced(team_id id);
151 team_id fID;
165 team_id i
[all...]
/haiku/src/kits/app/
H A DAppMisc.cpp34 static team_id sCurrentTeam = -1;
47 get_app_path(team_id team, char *buffer)
96 get_app_ref(team_id team, entry_ref *ref, bool traverse)
132 team_id
159 main_thread_for(team_id team)
170 \c team_id is currently showing a modal window.
176 is_app_showing_modal_window(team_id team)
/haiku/src/bin/
H A Dlistarea.c20 static void list_areas_for_id(team_id team);
43 list_areas_for_id(team_id id)
104 team_id team = atoi(arg);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h74 team_id TeamID() const
100 TeamRow* FindTeamRow(team_id teamId);
104 virtual void TeamRemoved(team_id team);

Completed in 128 milliseconds

1234567891011>>