Searched refs:team (Results 26 - 50 of 415) sorted by relevance

1234567891011>>

/haiku/src/apps/processcontroller/
H A DThreadBarMenu.h19 ThreadBarMenu(const char *title, team_id team, int32 threadCount);
26 void Reset(team_id team);
H A DTeamBarMenuItem.h14 TeamBarMenuItem(BMenu* menu, BMessage* kill_team, team_id team,
24 void Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon);
/haiku/src/tests/servers/app/
H A Dapp_server_debug.cpp18 send_debug_message(team_id team, int32 code) argument
31 status = link.Attach(team);
43 fprintf(stderr, "usage: %s -[ab] <team-id> [...]\n", __progname);
74 team_id team = atoi(argv[i]); local
75 if (team <= 0)
79 send_debug_message(team, AS_DUMP_ALLOCATOR);
81 send_debug_message(team, AS_DUMP_BITMAPS);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp68 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
69 team_id team = appInfo.team; local
70 be_roster->ActivateApp(team);
77 do_minimize_team(zoomRect, team, false);
79 do_bring_to_front_team(zoomRect, team, false);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp138 fMessage.AddInt32("team", -1);
146 void SetTeam(team_id team) argument
148 fMessage.ReplaceInt32("team", team);
162 team_id team; local
163 if (message->FindInt32("team", &team) != B_OK)
164 team = -1;
166 return team;
174 InternalEvent(uint32 type, team_id team, int3 argument
324 AddApp(team_id team, BBitmap* appIcon) argument
343 RemoveApp(team_id team) argument
356 SetCurrentApp(team_id team) argument
425 team_id team; member in struct:ShutdownProcess::ShutdownWindow::AppInfo
434 _AppInfoIndexOf(team_id team) argument
447 _AppInfoFor(team_id team) argument
787 team_id team; local
826 team_id team; local
847 team_id team = TimeoutEvent::GetMessageTeam(message);; local
864 team_id team; local
905 team_id team; local
971 _ScheduleTimeoutEvent(bigtime_t timeout, team_id team) argument
1087 _RemoveShutdownWindowApp(team_id team) argument
1098 _SetShutdownWindowCurrentApp(team_id team) argument
1205 _PushEvent(uint32 eventType, team_id team, int32 phase) argument
1224 _GetNextEvent(uint32& eventType, thread_id& team, int32& phase, bool block) argument
1418 team_id team; local
1438 _WaitForApp(team_id team, AppInfoList* list, bool systemApps) argument
1497 team_id team; local
1523 team_id team; local
1540 team_id team = -1; local
1650 team_id team; local
1678 team_id team; local
1687 team_id team = -1; local
1752 _QuitBlockingApp(AppInfoList& list, team_id team, const char* appName, bool cancelAllowed) argument
1840 _DisplayAbortingApp(team_id team) argument
[all...]
H A DShutdownProcess.h47 status_t _PushEvent(uint32 eventType, team_id team,
49 status_t _GetNextEvent(uint32& eventType, team_id& team,
54 team_id team = -1);
62 void _RemoveShutdownWindowApp(team_id team);
63 void _SetShutdownWindowCurrentApp(team_id team);
78 bool _WaitForApp(team_id team, AppInfoList* list,
85 void _QuitBlockingApp(AppInfoList& list, team_id team,
87 void _DisplayAbortingApp(team_id team);
/haiku/src/servers/media/
H A DNotificationManager.cpp83 team_id team; local
87 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team);
97 n.team = team;
99 TRACE("NotificationManager::RequestNotifications node %ld, team %ld, "
100 "what %#lx\n",node->node, team, what);
119 team_id team; local
123 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team);
129 TRACE("NotificationManager::CancelNotifications node %ld, team %ld, what "
130 "%#lx\n", node->node, team, wha
241 CleanupTeam(team_id team) argument
[all...]
H A DNotificationManager.h21 team_id team; member in struct:Notification
33 void CleanupTeam(team_id team);
H A DBufferManager.cpp42 BufferManager::RegisterBuffer(team_id team, media_buffer_id bufferID, argument
47 TRACE("RegisterBuffer team = %" B_PRId32 ", bufferid = %" B_PRId32 "\n",
48 team, bufferID);
52 ERROR("failed to register buffer! team = %" B_PRId32 ", bufferid = %"
53 B_PRId32 "\n", team, bufferID);
57 info->teams.insert(team);
69 BufferManager::RegisterBuffer(team_id team, size_t size, int32 flags, argument
73 TRACE("RegisterBuffer team = %" B_PRId32 ", area = %"
75 team, area, offset, size);
80 ", team
110 UnregisterBuffer(team_id team, media_buffer_id bufferID) argument
146 CleanupTeam(team_id team) argument
[all...]
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.h19 const char **argv, team_id *team) = 0;
45 status_t operator()(LaunchCaller &caller, const char *type, team_id *team);
48 team_id *team);
53 void TerminateApp(team_id team, bool wait = true);
57 BMessenger AppMessengerFor(team_id team) const;
59 BMessage *NextMessageFrom(team_id team, int32 &cookie,
61 bool CheckNextMessage(LaunchCaller &caller, team_id team, int32 &cookie,
63 bool CheckMainArgsMessage(LaunchCaller &caller, team_id team,
66 bool CheckMainArgsMessage(LaunchCaller &caller, team_id team,
70 bool CheckArgvMessage(LaunchCaller &caller, team_id team, int3
[all...]
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h31 team_id team, thread_id thread);
52 team_id team, thread_id thread,
65 ThreadDebuggedEvent(team_id team,
72 DebuggerCallEvent(team_id team,
84 BreakpointHitEvent(team_id team,
91 WatchpointHitEvent(team_id team,
98 SingleStepEvent(team_id team,
105 ExceptionOccurredEvent(team_id team,
118 TeamDeletedEvent(team_id team,
125 TeamExecEvent(team_id team, thread_i
[all...]
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp28 #include <team.h>
83 TRACE(("debugger_write(): thread: %" B_PRId32 ", team %" B_PRId32 ", "
86 thread_get_current_thread()->team->id, port, code, buffer, bufferSize,
91 // get the team debug info
105 // re-get the team debug info
153 Team* team = thread->team; local
155 if (arch_has_breakpoints(&team->debug_info.arch_info))
163 threads of the current team.
168 Team* team local
190 Team* team = thread->team; local
204 update_threads_debugger_installed_flag(Team* team) argument
372 prepare_debugger_change(team_id teamID, ConditionVariable& condition, Team*& team) argument
414 prepare_debugger_change(Team* team, ConditionVariable& condition) argument
438 finish_debugger_change(Team* team) argument
454 Team *team = thread->team; local
482 Team *team = thread->team; local
794 Team* team = thread_get_current_thread()->team; local
1084 Team* team = Team::Get(teamID); local
1142 Team* team = thread->team; local
1791 Team *team = thread_get_current_thread()->team; local
2205 Team *team = nubThread->team; local
2483 install_team_debugger_init_debug_infos(Team *team, team_id debuggerTeam, port_id debuggerPort, port_id nubPort, thread_id nubThread, sem_id debuggerPortWriteLock, thread_id causingThread) argument
2553 Team* team; local
2817 Team *team = thread_get_current_thread()->team; local
2880 Team* team; local
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp20 CliCommand("list the team's threads",
22 "Lists the team's threads.")
31 Team* team = context.GetTeam(); local
32 AutoLocker<Team> teamLocker(team);
37 for (ThreadList::ConstIterator it = team->Threads().GetIterator();
/haiku/src/bin/
H A Dlistarea.c20 static void list_areas_for_id(team_id team);
55 printf("\n%s (team %" B_PRId32 ")\n", teamInfo.args, id);
83 list_areas_for_id(info.team);
99 list_areas_for_id(info.team);
101 // list areas for each team ID/name on the command line
104 team_id team = atoi(arg); local
107 if (team > 0)
108 list_areas_for_id(team);
H A Dlistsem.c50 printf("TEAM %" B_PRId32 " (%s):\n", tinfo->team, tinfo->args);
64 while (get_next_sem_info(tinfo->team, &cookie, &info) == B_OK)
95 fputs(" team, or all teams if none is specified.\n",
117 team_id team; local
118 team = atoi(argv[i]);
119 if (get_team_info(team, &tinfo) == B_OK)
122 printf("team %" B_PRId32 " unknown\n\n", team);
/haiku/headers/build/private/app/
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) argument
28 { fMessenger->_SetTo(team, port, token); }
/haiku/headers/private/kernel/
H A Dusergroup.h27 void inherit_parent_user_and_group(Team* team, Team* parent);
28 status_t update_set_id_user_and_group(Team* team, const char* file);
H A Dteam.h12 // team notifications
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);
[all...]
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h46 // team
93 team_id team; member in struct:system_profiler_team_added
100 team_id team; member in struct:system_profiler_team_removed
105 team_id team; member in struct:system_profiler_team_exec
112 team_id team; member in struct:system_profiler_thread_added
119 team_id team; member in struct:system_profiler_thread_removed
125 team_id team; member in struct:system_profiler_image_added
131 team_id team; member in struct:system_profiler_image_removed
193 team_id team; member in struct:system_profiler_io_request_scheduled
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DTeamSettingsWindow.h21 TeamSettingsWindow(::Team* team,
27 static TeamSettingsWindow* Create(::Team* team,
/haiku/headers/private/app/
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) argument
28 { fMessenger->_SetTo(team, port, token); }
/haiku/src/kits/debugger/jobs/
H A DWriteMemoryJob.cpp12 WriteMemoryJob::WriteMemoryJob(Team* team, argument
17 fTeam(team),
/haiku/headers/private/debugger/model/
H A DSystemInfo.h20 SystemInfo(team_id team,
24 void SetTo(team_id team, const system_info& info,
H A DThreadInfo.h16 ThreadInfo(team_id team, thread_id thread,
19 void SetTo(team_id team, thread_id thread,
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c125 team_info team; local
129 while (get_next_team_info(&team_cookie, &team) == B_OK) {
130 if (getpgid(team.team) != who)
133 while (get_next_thread_info(team.team, &th_cookie, &thread)
151 team_info team; local
154 while (get_next_team_info(&team_cookie, &team) == B_OK) {
155 if (team.uid != euid)
158 while (get_next_thread_info(team
[all...]

Completed in 125 milliseconds

1234567891011>>