Searched refs:team_id (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1623 get_application_order(int32 workspace, team_id** _applications,
1641 *_applications = (team_id*)malloc(count * sizeof(team_id));
1645 link.Read(*_applications, count * sizeof(team_id));
1726 get_token_list(team_id team, int32* _count)
1731 link.Attach<team_id>(team);
1751 do_bring_to_front_team(BRect zoomRect, team_id team, bool zoom)
1756 link.Attach<team_id>(team);
1764 do_minimize_team(BRect zoomRect, team_id team, bool zoom)
1769 link.Attach<team_id>(tea
[all...]
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp62 status_t Init(team_id team, port_id nubPort)
81 DebugContextPool(team_id team, port_id nubPort)
202 team_id fTeam;
238 LocalDebuggerInterface::LocalDebuggerInterface(team_id team)
336 team_id
606 LocalDebuggerInterface::GetSymbolInfos(team_id team, image_id image,
651 LocalDebuggerInterface::GetSymbolInfo(team_id team, image_id image, const char* name,
/haiku/src/system/kernel/
H A Dsem.cpp99 team_id owner;
138 team_id owner = -1;
469 create_sem_etc(int32 count, const char* name, team_id owner)
1039 _get_next_sem_info(team_id teamID, int32 *_cookie, struct sem_info *info,
1092 set_sem_owner(sem_id id, team_id newTeamID)
1267 _user_get_next_sem_info(team_id team, int32 *userCookie, struct sem_info *userInfo,
1292 _user_set_sem_owner(sem_id id, team_id team)
H A Dport.cpp97 team_id sender_team;
121 team_id owner;
136 Port(team_id owner, int32 queueLength, const char* name)
271 team_id fOwner;
408 OwnerChange(Port* port, team_id newOwner, status_t status)
426 team_id fOldOwner;
427 team_id fNewOwner;
507 team_id owner = -1;
1262 _get_next_port_info(team_id teamID, int32* _cookie, struct port_info* info,
1690 set_port_owner(port_id id, team_id newTeamI
[all...]
/haiku/headers/private/debugger/model/
H A DTeam.h105 Team(team_id teamID, TeamMemory* teamMemory,
116 team_id ID() const { return fID; }
294 team_id fID;
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp132 RunnerInfo(team_id team, int32 token, BMessenger target, BMessage *message,
191 team_id team; //!< The team owning the message runner.
254 team_id team;
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp111 team_id team;
/haiku/src/kits/debug/
H A DDebugContext.cpp23 BDebugContext::Init(team_id team, port_id nubPort)
H A DTeamDebugger.cpp37 BTeamDebugger::Install(team_id team)
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort)
348 debug_create_symbol_lookup_context(team_id team, image_id image,
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp36 team_id fTeam;
H A DRosterLaunchTestApp1.cpp36 team_id fTeam;
H A DRosterWatchingTestApp1.cpp36 team_id fTeam;
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp118 team_id team;
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp114 team_id theTeam = (addr_t)fTeam->ItemAt(i);
H A DBarApp.cpp123 team_id tID = (addr_t)teamList.ItemAt(i);
492 team_id team = -1;
510 team_id team = -1;
807 TBarApp::FetchTeamIcon(team_id team, int32 size)
870 TBarApp::AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref)
947 TBarApp::RemoveTeam(team_id team)
H A DExpandoMenuBar.cpp198 team_id team = -1;
207 team_id team = -1;
670 TExpandoMenuBar::AddTeam(team_id team, const char* signature)
686 TExpandoMenuBar::RemoveTeam(team_id team, bool partial)
993 team_id theTeam = (addr_t)teamItem->Teams()->ItemAt(j);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp176 team_id id = strtoul(argv[curArg++], NULL, 0);
238 team_id id = strtoul(argv[curArg++], NULL, 0);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp57 SystemProfiler(team_id team,
63 team_id TeamID() const { return fTeam; }
176 team_id fTeam;
250 SystemProfiler::SystemProfiler(team_id team, const area_info& userAreaInfo,
1560 team_id team = thread_get_current_thread()->team->id;
1620 team_id team = thread_get_current_thread()->team->id;
1647 team_id team = thread_get_current_thread()->team->id;
/haiku/src/apps/debuganalyzer/model/
H A DModel.h93 Team* TeamByID(team_id id) const;
405 inline team_id ID() const;
416 static inline int CompareWithID(const team_id* id,
1192 team_id
1236 Model::Team::CompareWithID(const team_id* id, const Team* team)
/haiku/src/bin/debug/strace/
H A Dstrace.cpp134 Team(team_id id)
141 team_id ID() const
178 team_id fID;
751 team_id teamID = -1;
784 typedef map<team_id, Team*> TeamMap;
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp39 team_id team, BLooper *looper = NULL, BHandler *handler = NULL,
40 team_id altTeam = -1)
341 BMessenger(const char *signature, team_id team, status_t *result)
366 BMessenger(const char *signature, team_id team, status_t *result)
386 BMessenger(const char *signature, team_id team, status_t *result)
400 team_id team = runner.Team();
414 BMessenger(const char *signature, team_id team, status_t *result)
440 BMessenger(const char *signature, team_id team, status_t *result)
467 BMessenger(const char *signature, team_id team, status_t *result)
499 BMessenger(const char *signature, team_id tea
[all...]
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp24 extern "C" team_id
31 extern "C" team_id
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp36 team_id team;
46 team_id parent;
/haiku/src/servers/app/
H A DDesktop.cpp950 Desktop::LockDirectScreen(team_id team)
964 Desktop::UnlockDirectScreen(team_id team)
2090 team_id oldActiveApp = -1;
2091 team_id newActiveApp = -1;
2151 Desktop::FindWindowByClientToken(int32 token, team_id teamID)
2284 Desktop::MinimizeApplication(team_id team)
2301 Desktop::BringApplicationToFront(team_id team)
2348 Desktop::WriteWindowList(team_id team, BPrivate::LinkSender& sender)
2491 team_id* teams = (team_id*)mallo
[all...]

Completed in 350 milliseconds

1234567891011>>