Searched refs:AddTeam (Results 1 - 15 of 15) sorted by path

/haiku/headers/private/debugger/model/
H A DTargetHost.h36 status_t AddTeam(const team_info& info);
/haiku/src/apps/debuganalyzer/model/
H A DModel.h94 Team* AddTeam(
H A DModel.cpp787 Model::AddTeam(const system_profiler_team_added* event, nanotime_t time) function in class:Model
/haiku/src/kits/debugger/model/
H A DTargetHost.cpp55 TargetHost::AddTeam(const team_info& info) function in class:TargetHost
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp93 error = fTargetHost->AddTeam(info);
344 fTargetHost->AddTeam(info);
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.h90 inline status_t AddTeam(team_id team, bool writeLock,
129 MultiAddressSpaceLocker::AddTeam(team_id team, bool writeLock, function in class:MultiAddressSpaceLocker
H A Dvm.cpp2379 status = locker.AddTeam(team, true, &targetAddressSpace);
2748 status = locker.AddTeam(team, true, &targetAddressSpace);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp883 if (fModel->AddTeam(event, fState->LastEventTime()) == NULL)
1299 team = fModel->AddTeam(event, fState->LastEventTime());
/haiku/src/apps/deskbar/
H A DBarApp.cpp125 AddTeam(appInfo.team, appInfo.flags, appInfo.signature,
504 AddTeam(team, flags, signature, &ref);
870 TBarApp::AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref) function in class:TBarApp
H A DBarApp.h164 void AddTeam(team_id team, uint32 flags,
H A DExpandoMenuBar.cpp162 AddTeam(teams, icon, strdup(name), strdup(signature));
193 AddTeam(message->FindInt32("team"), message->FindString("sig"));
619 TExpandoMenuBar::AddTeam(BList* team, BBitmap* icon, char* name, function in class:TExpandoMenuBar
670 TExpandoMenuBar::AddTeam(team_id team, const char* signature) function in class:TExpandoMenuBar
H A DExpandoMenuBar.h110 void AddTeam(BList* team, BBitmap* icon, char* name,
112 void AddTeam(team_id team, const char* signature);
/haiku/src/apps/processcontroller/
H A DQuitMenu.cpp68 AddTeam(tmid);
86 QuitMenu::AddTeam(team_id tmid) function in class:QuitMenu
130 AddTeam(tmid);
H A DQuitMenu.h21 void AddTeam(team_id tmid);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp148 status_t AddTeam(team_id teamID, Team** _team = NULL) function in class:ThreadManager
153 status_t AddTeam(system_profiler_team_added* addedInfo, Team** _team = NULL) function in class:ThreadManager
546 if (threadManager.AddTeam(event) != B_OK)
885 if (threadManager.AddTeam(teamID) != B_OK
932 if (threadManager.AddTeam(message.team_created.new_team)

Completed in 340 milliseconds