Searched refs:teamID (Results 26 - 47 of 47) sorted by relevance

12

/haiku/src/system/kernel/
H A Dsystem_info.cpp243 int32 teamID = 0; local
245 || event->FindInt32("team", &teamID) != B_OK) {
273 object = teamID;
301 _AddTargets(fTeamListeners.Lookup(teamID), flags, targets,
H A Dthread.cpp91 team_id teamID; member in struct:UndertakerEntry
93 UndertakerEntry(Thread* thread, team_id teamID) argument
96 teamID(teamID)
125 void Notify(uint32 eventCode, team_id teamID, thread_id threadID, argument
132 event.AddInt32("team", teamID);
1999 team_id teamID = team->id;
2304 vm_delete_area(teamID, userStackArea, true);
2308 if (teamID != kernelTeam->id)
2309 user_debug_thread_deleted(teamID, threa
[all...]
H A Dteam.cpp1741 team_id teamID; local
1868 teamID = team->id;
1874 threadName, B_NORMAL_PRIORITY, teamArgs, teamID, mainThread);
1914 user_debug_team_created(teamID);
3312 team_id teamID = team->id; local
3339 watcher->hook(teamID, watcher->data);
3359 user_debug_team_deleted(teamID, debuggerPort);
3509 start_watching_team(team_id teamID, void (*hook)(team_id, void*), void* data) argument
3511 if (hook == NULL || teamID < B_OK)
3524 Team* team = Team::GetAndLock(teamID);
3539 stop_watching_team(team_id teamID, void (*hook)(team_id, void*), void* data) argument
4467 _user_get_extended_team_info(team_id teamID, uint32 flags, void* buffer, size_t size, size_t* _sizeNeeded) argument
[all...]
H A Dsem.cpp1039 _get_next_sem_info(team_id teamID, int32 *_cookie, struct sem_info *info, argument
1046 if (teamID < 0)
1049 Team* team = Team::Get(teamID);
H A Dport.cpp1262 _get_next_port_info(team_id teamID, int32* _cookie, struct port_info* info, argument
1265 TRACE(("get_next_port_info(team = %ld)\n", teamID));
1268 || teamID < 0) {
1274 Team* team = Team::Get(teamID);
1280 const uint8 lockIndex = teamID % kTeamListLockCount;
H A Dsignal.cpp1777 \param teamID The ID of the team the signal shall be sent to.
1792 send_signal_to_team_id(team_id teamID, const Signal& signal, uint32 flags) argument
1795 Team* team = Team::Get(teamID);
/haiku/headers/private/kernel/
H A Dteam.h87 status_t _user_get_extended_team_info(team_id teamID, uint32 flags,
H A Dksignal.h222 status_t send_signal_to_team_id(team_id teamID, const Signal& signal,
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1932 The supplied \a teamID specifies the address space in which to interpret
1938 debug_memcpy(team_id teamID, void* to, const void* from, size_t size) argument
1947 || debug_is_debugged_team(teamID)) {
1968 if (vm_debug_copy_page_memory(teamID, (void*)from, buffer, toCopy,
1970 || vm_debug_copy_page_memory(teamID, to, buffer, toCopy, true)
1986 The supplied \a teamID specifies the address space in which to interpret
1992 debug_strlcpy(team_id teamID, char* to, const char* from, size_t size) argument
2006 || debug_is_debugged_team(teamID)) {
2034 if (vm_debug_copy_page_memory(teamID, (void*)from, buffer, toCopy,
2063 if (vm_debug_copy_page_memory(teamID, t
2254 debug_is_debugged_team(team_id teamID) argument
[all...]
/haiku/src/bin/debug/strace/
H A Dstrace.cpp751 team_id teamID = -1; local
753 || !get_id(*programArgs, (traceTeam ? teamID : threadID))) {
764 if (teamID < 0) {
772 teamID = threadInfo.team;
789 Team* team = new Team(teamID);
/haiku/src/apps/debugger/
H A DDebugger.cpp408 team_id teamID; local
409 if (message->FindInt32("team", &teamID) != B_OK)
431 options.team = teamID;
/haiku/src/apps/deskbar/
H A DSwitcher.cpp485 team_id teamID; local
488 message->FindInt32("team", &teamID);
491 if (tinfo->TeamList()->HasItem((void*)(addr_t)teamID)) {
706 TSwitchManager::FindTeam(team_id teamID, int32* index) argument
711 if (info->TeamList()->HasItem((void*)(addr_t)teamID)) {
1115 team_id teamID = (addr_t)teamGroup->TeamList()->ItemAt(i); local
1116 if (teamID == 0)
1120 int32* tokens = get_token_list(teamID, &count);
/haiku/src/servers/app/
H A DDesktop.h240 team_id teamID);
H A DServerWindow.cpp656 team_id teamID; local
660 if (link.Read<team_id>(&teamID) == B_OK) {
662 teamID);
H A DDesktop.cpp2151 Desktop::FindWindowByClientToken(int32 token, team_id teamID) argument
2156 && window->ServerWindow()->ClientTeam() == teamID) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1280 team_id teamID = 0; local
1281 Model::Team* team = fModel->TeamByID(teamID);
1294 event->team = teamID;
/haiku/headers/private/debugger/model/
H A DTeam.h105 Team(team_id teamID, TeamMemory* teamMemory,
/haiku/src/kits/debugger/model/
H A DTeam.cpp74 Team::Team(team_id teamID, TeamMemory* teamMemory, Architecture* architecture, argument
78 fID(teamID),
/haiku/headers/private/system/
H A Dsyscalls.h197 extern status_t _kern_get_extended_team_info(team_id teamID, uint32 flags,
462 extern status_t _kern_get_memory_properties(team_id teamID,
/haiku/src/apps/terminal/
H A DTermWindow.cpp2012 team_id teamID = _FindSwitchTerminalTarget(); local
2013 if (teamID < 0)
2016 BMessenger app(TERM_SIGNATURE, teamID);
/haiku/src/system/kernel/vm/
H A Dvm.cpp5523 \param teamID The team ID identifying the address space \a unsafeMemory is
5536 vm_debug_copy_page_memory(team_id teamID, void* unsafeMemory, void* buffer, argument
5548 } else if (teamID == B_CURRENT_TEAM) {
5555 addressSpace = VMAddressSpace::DebugGet(teamID);
7091 _user_get_memory_properties(team_id teamID, const void* address, argument
7098 status_t error = locker.SetTo(teamID);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8221 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info, argument
8228 Team* team = Team::Get(teamID);

Completed in 238 milliseconds

12