Searched refs:team_id (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dteam.cpp76 team_id id;
148 // the team_id -> Team hash table and the lock protecting it
308 SetJobControlState(team_id team, job_control_state newState, Signal* signal)
325 team_id fTeam;
388 team_id fTeam;
428 Team::Team(team_id id, bool kernel)
554 Team::Create(team_id id, const char* name, bool kernel)
591 Team::Get(team_id id)
612 Team::GetAndLock(team_id id)
1201 || team->id == (team_id)ar
[all...]
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp31 TerminalRoster::Info::Info(int32 id, team_id team)
175 TerminalRoster::Register(team_id teamID, BLooper* looper)
503 TerminalRoster::_TeamIsRunning(team_id teamID)
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp87 team_id
236 CoreFileDebuggerInterface::GetSymbolInfos(team_id team, image_id image,
275 CoreFileDebuggerInterface::GetSymbolInfo(team_id team, image_id image,
/haiku/src/bin/
H A Dlistimage.c24 list_images_for_team_by_id(team_id id)
117 /* list for each team_id on the command line */
H A Dshutdown.cpp126 team_id thisTeam = threadInfo.team;
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp113 team_id team = (addr_t)teamList->ItemAt(i);
/haiku/src/bin/debug/profile/
H A DSharedImage.cpp39 SharedImage::Init(team_id owner, image_id imageID)
H A DTeam.cpp60 Team::Init(team_id teamID, port_id debuggerPort)
221 team_id owner, int32 event)
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.h16 VMUserAddressSpace(team_id id, addr_t base,
H A DVMKernelAddressSpace.h19 VMKernelAddressSpace(team_id id, addr_t base,
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp116 team_id tracker = be_roster->TeamFor(kTrackerSig);
H A DMemoryBarMenuItem.cpp19 MemoryBarMenuItem::MemoryBarMenuItem(const char *label, team_id team,
244 MemoryBarMenuItem::Reset(char* name, team_id team, BBitmap* icon,
H A DTeamBarMenuItem.cpp18 TeamBarMenuItem::TeamBarMenuItem(BMenu* menu, BMessage* kill_team, team_id team,
220 TeamBarMenuItem::Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon)
/haiku/headers/private/kernel/fs/
H A Dfd.h97 extern int dup_foreign_fd(team_id fromTeam, int fd, bool kernel);
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp229 IOBuffer::LockMemory(team_id team, bool isWrite)
251 IOBuffer::_UnlockMemory(team_id team, size_t count, bool isWrite)
261 IOBuffer::UnlockMemory(team_id team, bool isWrite)
1224 status_t (*clearFunction)(generic_addr_t, generic_size_t, team_id);
1280 status_t (*copyFunction)(void*, generic_addr_t, size_t, team_id, bool);
1322 team_id team, bool copyIn)
1346 size_t size, team_id team, bool copyIn)
1357 team_id team, bool copyIn)
1394 team_id team)
1403 team_id tea
[all...]
/haiku/headers/private/kernel/
H A Dtracing.h131 team_id fTeam;
200 team_id fTeam;
/haiku/src/apps/switcher/
H A DWindowsView.cpp29 WindowModel(team_id team)
274 WindowsView::WindowsView(team_id team, uint32 location)
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp238 // 2) team_id - app's team ID
243 team_id clientTeamID = -1;
251 msg.Read<team_id>(&clientTeamID);
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp38 team_id team = runner.Team();
207 status_t GetRunningAppInfo(team_id team, app_info *info) const
227 status_t GetRunningAppInfo(team_id team, app_info *info) const
245 team_id team = runner.Team();
251 status_t GetRunningAppInfo(team_id team, app_info *info) const
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp128 team_id
141 team_id fTeam;
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h59 team_id TeamID() const { return fTeamID; }
262 team_id fTeamID;
/haiku/src/servers/registrar/
H A DRegistrar.cpp365 team_id team = (team_id)message->GetInt32("team", -1);
H A DTRoster.cpp168 team_id team;
194 team_id otherTeam = -1;
316 team_id team;
381 team_id team;
488 team_id team;
527 team_id team;
622 team_id team;
660 team_id team;
769 team_id team;
809 team_id tea
[all...]
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp458 team_id
488 int32 replyToken, team_id senderTeam)
504 int32 replyToken, bigtime_t timeout, team_id senderTeam)
529 bigtime_t deliveryTimeout, bigtime_t replyTimeout, team_id senderTeam)
536 team_id targetTeam = portInfo.team;
541 team_id ourTeam = B_SYSTEM_TEAM;
584 bigtime_t timeout, team_id senderTeam)
595 bigtime_t deliveryTimeout, bigtime_t replyTimeout, team_id senderTeam)
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp129 team_id team;
137 RuleMatcher(team_id team, const char *name = NULL);
179 typedef team_id KeyType;
214 team_gone(team_id team, void *_rules)
559 RuleMatcher::RuleMatcher(team_id team, const char *name)

Completed in 143 milliseconds

1234567891011>>