Searched refs:AddTeam (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/apps/processcontroller/
H A DQuitMenu.h35 void AddTeam(team_id tmid);
H A DQuitMenu.cpp82 AddTeam(tmid);
100 QuitMenu::AddTeam(team_id tmid) function in class:QuitMenu
143 AddTeam(tmid);
/haiku-fatelf/src/apps/deskbar/
H A DExpandoMenuBar.h92 void AddTeam(BList* team, BBitmap* icon, char* name, char* signature);
93 void AddTeam(team_id team, const char* signature);
H A DBarApp.h150 void AddTeam(team_id team, uint32 flags,
H A DExpandoMenuBar.cpp247 AddTeam(teams, icon, strdup(name), strdup(signature));
278 AddTeam(message->FindInt32("team"), message->FindString("sig"));
566 TExpandoMenuBar::AddTeam(BList* team, BBitmap* icon, char* name, function in class:TExpandoMenuBar
629 TExpandoMenuBar::AddTeam(team_id team, const char* signature) function in class:TExpandoMenuBar
H A DBarApp.cpp123 AddTeam(appInfo.team, appInfo.flags, appInfo.signature,
499 AddTeam(team, flags, sig, &ref);
748 TBarApp::AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref) function in class:TBarApp
/haiku-fatelf/src/system/kernel/vm/
H A DVMAddressSpaceLocking.h90 inline status_t AddTeam(team_id team, bool writeLock,
127 MultiAddressSpaceLocker::AddTeam(team_id team, bool writeLock, function in class:MultiAddressSpaceLocker
H A Dvm.cpp2077 status = locker.AddTeam(team, true, &targetAddressSpace);
2426 status = locker.AddTeam(team, true, &targetAddressSpace);
/haiku-fatelf/src/bin/debug/profile/
H A Dprofile.cpp147 status_t AddTeam(team_id teamID, Team** _team = NULL) function in class:ThreadManager
152 status_t AddTeam(system_profiler_team_added* addedInfo, Team** _team = NULL) function in class:ThreadManager
543 threadManager.AddTeam(event);
878 if (threadManager.AddTeam(teamID) != B_OK
925 if (threadManager.AddTeam(message.team_created.new_team)
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp882 if (fModel->AddTeam(event, fState->LastEventTime()) == NULL)
1294 team = fModel->AddTeam(event, fState->LastEventTime());
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.cpp784 Model::AddTeam(const system_profiler_team_added* event, nanotime_t time) function in class:Model
H A DModel.h94 Team* AddTeam(

Completed in 132 milliseconds