Searched refs:Team (Results 26 - 50 of 191) sorted by relevance

12345678

/haiku/headers/private/kernel/
H A Dteam.h26 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);
30 Team *team_get_kernel_team(void);
37 struct job_control_entry* team_get_death_entry(Team *team,
39 void team_init_exit_info_on_error(Team* team);
41 Team *team_get_team_struct_locked(team_id id);
48 void team_set_job_control_state(Team* team, job_control_state newState,
60 struct user_thread* team_allocate_user_thread(Team* team);
61 void team_free_user_thread(Team* tea
[all...]
H A DUserEvent.h21 struct Team;
52 static TeamSignalEvent* Create(Team* team, uint32 signalNumber,
61 TeamSignalEvent(Team* team,
65 Team* fTeam;
H A Delf.h30 status_t elf_load_user_image(const char *path, Team *team, uint32 flags,
34 status_t elf32_load_user_image(const char *path, Team *team, uint32 flags,
45 status_t elf_debug_lookup_user_symbol_address(Team* team, addr_t address,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h23 #include "Team.h"
56 SourceView::Listener, VariablesView::Listener, Team::Listener,
59 TeamWindow(::Team* team,
63 static TeamWindow* Create(::Team* team,
149 // Team::Listener
150 virtual void TeamRenamed(const Team::Event& event);
152 const Team::ThreadEvent& event);
154 const Team::ThreadEvent& event);
156 const Team::ThreadEvent& event);
158 const Team
[all...]
H A DBreakpointsView.h24 BreakpointsView(Team* team, Listener* listener);
27 static BreakpointsView* Create(Team* team, Listener* listener);
55 Team* fTeam;
H A DSourceView.h23 class Team;
33 SourceView(Team* team, Listener* listener);
36 static SourceView* Create(Team* team, Listener* listener);
89 Team* fTeam;
/haiku/src/tests/kits/app/broster/
H A DTeamForTester.cpp75 CHK(team == runner1.Team() || team == runner2.Team());
79 == runner2.Team());
131 CHK(team == runner1.Team() || team == runner2.Team());
134 CHK(roster.TeamFor(&ref) == runner2.Team());
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.h13 #include "Team.h"
28 class InspectorWindow : public BWindow, private Team::Listener,
32 InspectorWindow(::Team* team,
37 static InspectorWindow* Create(::Team* team,
45 // Team::Listener
47 const Team::ThreadEvent& event);
50 const Team::MemoryChangedEvent& event);
109 ::Team* fTeam;
H A DMemoryView.h44 class Team;
52 MemoryView(::Team* team, Listener* listener);
55 static MemoryView* Create(::Team* team, Listener* listener);
120 ::Team* fTeam;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h12 #include "Team.h"
24 class Team;
33 class DebugReportGenerator : public BLooper, private Team::Listener,
37 DebugReportGenerator(::Team* team,
44 static DebugReportGenerator* Create(::Team* team,
51 // Team::Listener
53 const Team::ThreadEvent& event);
96 ::Team* fTeam;
/haiku/src/bin/debug/profile/
H A DTeam.cpp7 #include "Team.h"
35 Team::Team() function in class:Team
46 Team::~Team()
60 Team::Init(team_id teamID, port_id debuggerPort)
101 Team::Init(system_profiler_team_added* addedInfo)
110 Team::InitThread(Thread* thread)
189 Team::RemoveThread(Thread* thread)
196 Team
[all...]
H A DThread.h18 class Team;
40 Team* team);
46 inline Team* GetTeam() const;
87 ::Team* fTeam;
119 Team*
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp14 #include "Team.h"
31 Team* team = context.GetTeam();
32 AutoLocker<Team> teamLocker(team);
H A DCliStopCommand.cpp15 #include "Team.h"
39 AutoLocker<Team> teamLocker(context.GetTeam());
57 Team* team = context.GetTeam();
H A DCliContinueCommand.cpp15 #include "Team.h"
31 AutoLocker<Team> teamLocker(context.GetTeam());
/haiku/src/kits/debugger/jobs/
H A DWriteCoreFileJob.cpp13 #include "Team.h"
17 WriteCoreFileJob::WriteCoreFileJob(Team* team,
54 AutoLocker< ::Team> teamLocker(fTeam);
H A DJobs.h30 class Team;
160 Architecture* architecture, Team* team,
172 Team* fTeam;
239 RetrieveMemoryBlockJob(Team* team,
249 Team* fTeam;
257 WriteMemoryJob(Team* team,
268 Team* fTeam;
278 ExpressionEvaluationJob(Team* team,
296 Team* fTeam;
311 WriteCoreFileJob(Team* tea
[all...]
H A DLoadSourceCodeJob.cpp17 #include "Team.h"
23 Team* team, FunctionInstance* functionInstance, bool loadForFunction)
62 AutoLocker<Team> locker(fTeam);
74 AutoLocker<Team> locker(fTeam);
/haiku/headers/private/kernel/util/
H A DThreadAutoLock.h32 typedef AutoLocker<Team> TeamLocker;
/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.cpp16 #include "Team.h"
20 WatchpointManager::WatchpointManager(Team* team,
53 AutoLocker<Team> teamLocker(fTeam);
91 AutoLocker<Team> teamLocker(fTeam);
/haiku/src/system/kernel/
H A Dimage.cpp86 register_image(Team *team, extended_image_info *info, size_t size, bool locked)
125 register_image(Team *team, extended_image_info *info, size_t size)
134 unregister_image(Team *team, image_id id)
164 copy_images(team_id fromTeamId, Team *toTeam)
167 Team* fromTeam = Team::Get(fromTeamId);
170 BReference<Team> teamReference(fromTeam, true);
191 count_images(Team *team)
211 remove_images(Team *team)
261 Team* tea
[all...]
H A Dusergroup.cpp32 is_privileged(Team* team)
42 Team* team = thread_get_current_thread()->team;
105 Team* team = thread_get_current_thread()->team;
168 Team* team = thread_get_current_thread()->team;
236 Team* team = thread_get_current_thread()->team;
256 inherit_parent_user_and_group(Team* team, Team* parent)
269 update_set_id_user_and_group(Team* team, const char* file)
295 Team* team = thread_get_current_thread()->team;
304 Team* tea
[all...]
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h20 class Team;
51 static const char* ReportNameForTeam(::Team* team,
54 static const char* CoreFileNameForTeam(::Team* team,
/haiku/headers/build/private/app/
H A DMessengerPrivate.h22 team_id Team() function in class:BMessenger::Private
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp18 #include "Team.h"
27 ExceptionStopConfigView::ExceptionStopConfigView(::Team* team,
46 ExceptionStopConfigView::Create(::Team* team, UserInterfaceListener* listener)
69 AutoLocker< ::Team> teamLocker(fTeam);
120 AutoLocker< ::Team> teamLocker(fTeam);

Completed in 106 milliseconds

12345678