Searched refs:team_id (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/haiku/src/apps/switcher/
H A DPanelWindow.cpp30 PanelWindow::PanelWindow(uint32 location, uint32 which, team_id team)
75 PanelWindow::_ViewFor(uint32 location, uint32 which, team_id team) const
/haiku/src/build/libroot/
H A Dsem.cpp168 set_sem_owner(sem_id id, team_id team)
197 _get_next_sem_info(team_id team, int32 *cookie, struct sem_info *info,
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp51 team_id clientTeamID, int32 handlerID, const char* signature)
322 team_id
/haiku/src/system/libroot/os/
H A Ddebug.c83 install_team_debugger(team_id team, port_id debuggerPort)
90 remove_team_debugger(team_id team)
/haiku/src/tests/system/kernel/vm/
H A DVMGetMountPointTest.cpp21 extern "C" team_id
28 extern "C" team_id
/haiku/src/servers/registrar/
H A DTRoster.h77 HashSet<HashKey32<team_id> >& vitalSystemApps);
78 status_t AddAppInfo(AppInfoList& apps, team_id team);
/haiku/src/servers/app/
H A DServerWindow.h94 // related thread/team_id(s).
95 inline team_id ClientTeam() const { return fClientTeam; }
160 team_id fClientTeam;
H A DCursorManager.cpp109 CursorManager::CreateCursor(team_id clientTeam, const uint8* cursorData)
132 CursorManager::CreateCursor(team_id clientTeam, BRect r, color_space format,
214 CursorManager::DeleteCursors(team_id team)
422 CursorManager::_FindCursor(team_id clientTeam, const uint8* cursorData)
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h51 team_id GetTeam();
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h67 IORequestOwner* _GetRequestOwner(team_id team, thread_id thread,
/haiku/src/apps/expander/
H A DGenericThread.h54 team_id GetTeam(void);
/haiku/headers/private/app/
H A DRegistrarDefs.h184 team_id team;
/haiku/headers/os/kernel/
H A Dimage.h96 status_t _get_next_image_info(team_id team, int32 *cookie, image_info *info,
/haiku/src/bin/
H A Dlistsem.c117 team_id team;
/haiku/src/kits/app/
H A DRoster.cpp587 team_id
590 team_id team;
602 team_id
605 team_id team;
631 team_id team;
666 team_id team;
730 BRoster::GetRunningAppInfo(team_id team, app_info* info) const
884 BRoster::ActivateApp(team_id team) const
917 team_id* _appTeam) const
933 team_id* _appTea
[all...]
/haiku/src/kits/debug/
H A DDebugLooper.cpp103 RemoveDebuggerJob(team_id team)
123 team_id fTeam;
240 BDebugLooper::RemoveTeamDebugger(team_id team)
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp61 team_id team = options.team;
110 TargetHostInterface::FindTeamDebugger(team_id team) const
247 TargetHostInterface::_StartTeamDebugger(team_id teamID,
/haiku/src/servers/media/
H A DNotificationManager.cpp83 team_id team;
119 team_id team;
241 NotificationManager::CleanupTeam(team_id team)
H A DNodeManager.cpp148 const char* name, uint64 kinds, port_id port, team_id team,
198 NodeManager::UnregisterNode(media_node_id id, team_id team,
244 NodeManager::ReleaseNodeReference(media_node_id id, team_id team)
266 team_id addOnServer = gAppManager->AddOnServerTeam();
344 NodeManager::SetNodeCreator(media_node_id id, team_id creator)
372 NodeManager::GetCloneForID(media_node_id id, team_id team, media_node* node)
413 NodeManager::GetClone(node_type type, team_id team, media_node* node,
449 NodeManager::ReleaseNode(const media_node& node, team_id team)
921 int32 flavorID, team_id team)
966 int32 flavorID, team_id tea
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp148 status_t AddTeam(team_id teamID, Team** _team = NULL)
168 status_t AddThread(team_id teamID, thread_id threadID, const char* name)
197 void RemoveTeam(team_id teamID)
215 Team* FindTeam(team_id teamID) const
243 status_t AddImage(team_id teamID, const image_info& imageInfo, int32 event)
267 void RemoveImage(team_id teamID, image_id imageID, int32 event)
304 status_t _AddTeam(team_id teamID, system_profiler_team_added* addedInfo,
333 status_t _InitDebuggedTeam(Team* team, team_id teamID)
371 status_t _LoadTeamImages(Team* team, team_id teamID)
434 status_t _GetSharedImage(team_id teamI
[all...]
/haiku/headers/private/kernel/
H A Ddebug.h185 extern status_t debug_memcpy(team_id teamID, void* to, const void* from,
187 extern ssize_t debug_strlcpy(team_id teamID, char* to, const char* from,
227 extern bool debug_is_debugged_team(team_id teamID);
H A Dthread_types.h95 void (*hook)(team_id team, void *data);
219 struct Team : TeamThreadIteratorEntry<team_id>, KernelReferenceable,
313 static Team* Create(team_id id, const char* name,
315 static Team* Get(team_id id);
316 static Team* GetAndLock(team_id id);
413 Team(team_id id, bool kernel);
720 TeamThreadIteratorEntry<team_id> fEntry;
/haiku/headers/os/drivers/
H A DKernelExport.h188 extern status_t lock_memory_etc(team_id team, void *buffer, size_t numBytes,
191 extern status_t unlock_memory_etc(team_id team, void *address,
194 extern status_t get_memory_map_etc(team_id team, const void *address,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp333 team_id team;
350 team_id team;
365 team_id team;
389 TeamsListView::FindTeamRow(team_id teamId)
414 TeamsListView::TeamRemoved(team_id team)
/haiku/src/system/kernel/
H A Dimage.cpp164 copy_images(team_id fromTeamId, Team *toTeam)
254 _get_next_image_info(team_id teamID, int32 *cookie, image_info *info,
294 team_id id = strtol(argv[1], NULL, 0);
338 image_iterate_through_team_images(team_id teamID,
534 _user_get_next_image_info(team_id team, int32 *_cookie, image_info *userInfo,

Completed in 137 milliseconds

1234567891011>>