Searched refs:team (Results 76 - 100 of 415) sorted by relevance

1234567891011>>

/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.h27 SignalsConfigView(::Team* team,
32 static SignalsConfigView* Create(::Team* team,
57 // must be called with team lock held
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.h26 ::Team* team,
33 static SignalDispositionEditWindow* Create(::Team* team,
/haiku/src/kits/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp16 RetrieveMemoryBlockJob::RetrieveMemoryBlockJob(Team* team, argument
20 fTeam(team),
H A DWriteCoreFileJob.cpp17 WriteCoreFileJob::WriteCoreFileJob(Team* team, argument
21 fTeam(team),
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h18 SemaphoreInfo(team_id team, sem_id semaphore,
22 void SetTo(team_id team, sem_id semaphore,
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp32 fTeamList[k] = infos[k].team_info.team;
70 // create the list of items to remove, for their team is gone. Update the old teams.
102 while (j < fTeamCount && infos.team_info.team != fTeamList[j])
104 if (infos.team_info.team != fTeamList[j]) {
105 // new team
117 fTeamList[j] = infos.team_info.team;
119 // the team is already gone!
126 item->Reset(infos.team_name, infos.team_info.team, infos.team_icon, true);
129 kill_team->AddInt32("team", infos.team_info.team);
[all...]
H A DMemoryBarMenuItem.h14 MemoryBarMenuItem(const char *label, team_id team,
25 void Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon);
/haiku/src/apps/deskbar/
H A DWindowMenu.h51 TWindowMenu(const BList* team, const char* signature);
H A DShowHideMenuItem.cpp113 team_id team = (addr_t)teamList->ItemAt(i); local
117 do_minimize_team(zoomRect, team, doZoom && i == 0);
121 do_bring_to_front_team(zoomRect, team, doZoom && i == 0);
126 BMessenger messenger((char*)NULL, team);
129 be_roster->GetRunningAppInfo(team, &aInfo);
/haiku/src/apps/switcher/
H A DWindowsView.h17 WindowsView(team_id team, uint32 location);
H A DApplicationsView.cpp39 team_id team = (team_id)teamList.ItemAt(i); local
40 if (be_roster->GetRunningAppInfo(team, &appInfo) == B_OK)
51 be_roster->ActivateApp(message->FindInt32("team"));
68 message->AddInt32("team", info.team);
/haiku/src/system/libroot/os/
H A Dsem.c78 set_sem_owner(sem_id sem, team_id team) argument
80 return _kern_set_sem_owner(sem, team);
92 _get_next_sem_info(team_id team, int32 *cookie, sem_info *info, size_t size) argument
94 return _kern_get_next_sem_info(team, cookie, info, size);
/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);
/haiku/headers/os/app/
H A DMessenger.h24 team_id team = -1,
64 team_id team = -1);
83 void _SetTo(team_id team, port_id port,
86 team_id team, status_t* result);
/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.h20 WatchpointManager(Team* team,
/haiku/headers/private/app/
H A DLinkSender.h28 void SetTargetTeam(team_id team);
71 LinkSender::SetTargetTeam(team_id team) argument
73 fTargetTeam = team;
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp25 team(-1),
61 team_id team = options.team; local
67 options.commandLineArgv, team);
70 thread = team;
75 if (team < 0 && thread < 0)
78 if (team < 0) {
79 status_t error = FindTeamByThread(thread, team);
84 TeamDebugger* debugger = FindTeamDebugger(team);
91 return _StartTeamDebugger(team, option
[all...]
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp24 #include <team.h>
35 // A userland team can register as system profiler, providing an area as buffer
36 // for events. Those events are team, thread, and image changes (added/removed),
57 SystemProfiler(team_id team,
85 bool _TeamAdded(Team* team);
86 bool _TeamRemoved(Team* team);
87 bool _TeamExec(Team* team);
250 SystemProfiler::SystemProfiler(team_id team, const area_info& userAreaInfo, argument
253 fTeam(team),
460 while (Team* team
619 Team* team = (Team*)event->GetPointer("teamStruct", NULL); local
868 _TeamAdded(Team* team) argument
905 _TeamRemoved(Team* team) argument
930 _TeamExec(Team* team) argument
1560 team_id team = thread_get_current_thread()->team->id; local
[all...]
/haiku/src/servers/media/
H A DNodeManager.cpp148 const char* name, uint64 kinds, port_id port, team_id team,
160 node.containing_team = team;
181 node.team_ref_count.insert(std::make_pair(team, 1));
191 B_PRId32 ", team %" B_PRId32 "\n", *_nodeID, addOnID, flavorID, name,
192 kinds, port, team);
198 NodeManager::UnregisterNode(media_node_id id, team_id team, argument
201 TRACE("NodeManager::UnregisterNode enter: node %" B_PRId32 ", team %"
202 B_PRId32 "\n", id, team);
209 " (team %" B_PRId32 ")\n", id, team);
147 RegisterNode(media_addon_id addOnID, int32 flavorID, const char* name, uint64 kinds, port_id port, team_id team, media_node_id timesource, media_node_id* _nodeID) argument
244 ReleaseNodeReference(media_node_id id, team_id team) argument
372 GetCloneForID(media_node_id id, team_id team, media_node* node) argument
413 GetClone(node_type type, team_id team, media_node* node, char* inputName, int32* _inputID) argument
449 ReleaseNode(const media_node& node, team_id team) argument
920 IncrementFlavorInstancesCount(media_addon_id addOnID, int32 flavorID, team_id team) argument
965 DecrementFlavorInstancesCount(media_addon_id addOnID, int32 flavorID, team_id team) argument
1135 CleanupTeam(team_id team) argument
1350 _AcquireNodeReference(media_node_id id, team_id team) argument
1391 team_id team = be_app->Team(); local
[all...]
H A DNodeManager.h36 team_id creator; // team that created the node
76 uint64 kinds, port_id port, team_id team,
80 team_id team, media_addon_id* addOnID,
83 team_id team);
85 status_t GetCloneForID(media_node_id id, team_id team,
87 status_t GetClone(node_type type, team_id team,
91 team_id team);
129 team_id team);
132 team_id team);
149 void CleanupTeam(team_id team);
[all...]
/haiku/src/servers/registrar/
H A DAppInfoList.cpp39 infos by signature, team ID, entry_ref or token.
122 /*! \brief Returns the RosterAppInfo with the supplied team ID.
123 \param team The team ID
124 \return A RosterAppInfo with the supplied team ID, or \c NULL, if the list
125 doesn't contain an info with this team ID.
128 AppInfoList::InfoFor(team_id team) const
130 return InfoAt(IndexOf(team));
263 team ID.
265 \param team Th
[all...]
/haiku/src/kits/app/
H A DMessenger.cpp51 BMessenger::BMessenger(const char* signature, team_id team, status_t* result) argument
57 _InitData(signature, team, result);
222 BMessenger::SetTo(const char* signature, team_id team) argument
225 _InitData(signature, team, &result);
287 /*! Sets the messenger's team, target looper port and handler token.
291 \param team The target's team.
296 BMessenger::_SetTo(team_id team, port_id port, int32 token) argument
298 fTeam = team;
305 team I
319 _InitData(const char* signature, team_id team, status_t* _result) argument
[all...]
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp44 sem_undo(XsiSemaphoreSet *semaphoreSet, Team *team, int16 *undoValues) argument
47 team(team),
54 Team *team; member in struct:__anon3::sem_undo
69 mutex_init(&lock, "Private team undo_list lock");
232 Team *team = thread_get_current_thread()->team; local
236 if (current->team == team) {
239 fID, semaphoreNumber, (int)team
251 Team *team = thread_get_current_thread()->team; local
345 Team *team = thread_get_current_thread()->team; local
417 Team *team = thread_get_current_thread()->team; local
633 xsi_sem_undo(Team *team) argument
[all...]
/haiku/headers/private/kernel/vm/
H A Dvm.h79 area_id create_area_etc(team_id team, const char *name, size_t size,
94 status_t vm_unreserve_address_range(team_id team, void *address, addr_t size);
95 status_t vm_reserve_address_range(team_id team, void **_address,
97 area_id vm_create_anonymous_area(team_id team, const char* name, addr_t size,
102 area_id vm_map_physical_memory(team_id team, const char *name, void **address,
105 area_id vm_map_physical_memory_vecs(team_id team, const char* name,
113 area_id vm_create_null_area(team_id team, const char *name, void **address,
115 area_id vm_copy_area(team_id team, const char *name, void **_address,
117 area_id vm_clone_area(team_id team, const char *name, void **address,
124 status_t vm_set_area_protection(team_id team, area_i
[all...]

Completed in 204 milliseconds

1234567891011>>