Symbol: AddTeam
headers/private/debugger/model/TargetHost.h
36
status_t AddTeam(const team_info& info);
src/apps/debuganalyzer/model/Model.h
94
Team* AddTeam(
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
1299
team = fModel->AddTeam(event, fState->LastEventTime());
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
883
if (fModel->AddTeam(event, fState->LastEventTime()) == NULL)
src/apps/deskbar/BarApp.cpp
125
AddTeam(appInfo.team, appInfo.flags, appInfo.signature,
src/apps/deskbar/BarApp.cpp
504
AddTeam(team, flags, signature, &ref);
src/apps/deskbar/BarApp.h
164
void AddTeam(team_id team, uint32 flags,
src/apps/deskbar/ExpandoMenuBar.cpp
162
AddTeam(teams, icon, strdup(name), strdup(signature));
src/apps/deskbar/ExpandoMenuBar.cpp
193
AddTeam(message->FindInt32("team"), message->FindString("sig"));
src/apps/deskbar/ExpandoMenuBar.h
110
void AddTeam(BList* team, BBitmap* icon, char* name,
src/apps/deskbar/ExpandoMenuBar.h
112
void AddTeam(team_id team, const char* signature);
src/apps/processcontroller/QuitMenu.cpp
130
AddTeam(tmid);
src/apps/processcontroller/QuitMenu.cpp
68
AddTeam(tmid);
src/apps/processcontroller/QuitMenu.h
21
void AddTeam(team_id tmid);
src/bin/debug/profile/profile.cpp
547
if (threadManager.AddTeam(event) != B_OK)
src/bin/debug/profile/profile.cpp
901
if (threadManager.AddTeam(teamID) != B_OK
src/bin/debug/profile/profile.cpp
949
if (threadManager.AddTeam(message.team_created.new_team)
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
344
fTargetHost->AddTeam(info);
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
93
error = fTargetHost->AddTeam(info);
src/system/kernel/vm/VMAddressSpaceLocking.h
90
inline status_t AddTeam(team_id team, bool writeLock,
src/system/kernel/vm/vm.cpp
2506
status = locker.AddTeam(team, true, &targetAddressSpace);
src/system/kernel/vm/vm.cpp
3014
status = locker.AddTeam(team, true, &targetAddressSpace);