Searched refs:Team (Results 126 - 150 of 191) sorted by relevance

12345678

/haiku/src/kits/debug/
H A DDebugLooper.cpp113 if (debugger->debugger->Team() == fTeam) {
234 RemoveDebuggerJob job(debugger->Team());
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp18 #include "Team.h"
53 TeamSettings::SetTo(Team* team)
57 AutoLocker<Team> locker(team);
/haiku/src/system/kernel/
H A Dsignal.cpp317 Team* team = thread_get_current_thread()->team;
785 update_team_threads_signal_flag(Team* team)
857 Team* team = thread->team;
934 Team* team = thread->team;
1142 Team* parentTeam = team->parent;
1305 is_team_signal_blocked(Team* team, int signal)
1363 has_permission_to_signal(Team* team)
1617 send_signal_to_team_locked(Team* team, uint32 signalNumber, Signal* signal,
1751 send_signal_to_team(Team* team, const Signal& signal, uint32 flags)
1795 Team* tea
[all...]
H A Dthread.cpp79 // ID 1 is allocated for the kernel by Team::Team() behind our back
600 insert_thread_into_team(Team *team, Thread *thread)
619 remove_thread_from_team(Team *team, Thread *thread)
797 create_thread_user_stack(Team* team, Thread* thread, void* _stackBase,
868 thread_create_user_stack(Team* team, Thread* thread, void* stackBase,
895 Team* team = Team::Get(attributes.team);
898 BReference<Team> teamReference(team, true);
1133 Team* kernelTea
[all...]
H A Dport.cpp61 // * sTeamListLock[]: Protects Team::port_list. Lock index for given team is
62 // (Team::id % kTeamListLockCount).
852 delete_owned_ports(Team* team)
988 Team* team = thread_get_current_thread()->team;
1274 Team* team = Team::Get(teamID);
1277 BReference<Team> teamReference(team, true);
1698 Team* team = Team::Get(newTeamID);
1701 BReference<Team> teamReferenc
[all...]
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp83 team_id Team() const function in class:LaunchContext::AppInfo
235 //message->ReturnAddress().Team(), (char*)&message->what);
267 || sender == be_app->Team()
268 || sender == messenger.Team()
334 team = info->Team();
667 if (info->Team() == team)
677 return CreateAppInfo(messenger.Team(), &messenger);
712 allGone &= (get_team_info(info->Team(), &teamInfo) != B_OK);
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp44 sem_undo(XsiSemaphoreSet *semaphoreSet, Team *team, int16 *undoValues)
54 Team *team;
232 Team *team = thread_get_current_thread()->team;
251 Team *team = thread_get_current_thread()->team;
345 Team *team = thread_get_current_thread()->team;
360 TRACE(("XsiSemaphoreSet::RecordUndo: found record. Team = %d, "
407 TRACE(("XsiSemaphoreSet::RecordUndo: new record added. Team = %d, "
417 Team *team = thread_get_current_thread()->team;
633 xsi_sem_undo(Team *team)
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp85 bool _TeamAdded(Team* team);
86 bool _TeamRemoved(Team* team);
87 bool _TeamExec(Team* team);
460 while (Team* team = iterator.Next()) {
619 Team* team = (Team*)event->GetPointer("teamStruct", NULL);
868 SystemProfiler::_TeamAdded(Team* team)
905 SystemProfiler::_TeamRemoved(Team* team)
930 SystemProfiler::_TeamExec(Team* team)
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp91 status_t err = kill_team(s_messenger.Team());
/haiku/src/kits/interface/
H A DWindowStack.cpp182 return fLink->Attach<team_id>(messengerPrivate.Team());
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp100 arch_team_init_team_struct(Team *team, bool kernel)
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp115 message.AddInt32("sender", _message->ReturnAddress().Team());
H A DRosterLaunchTestApp1.cpp115 message.AddInt32("sender", _message->ReturnAddress().Team());
H A DRosterWatchingTestApp1.cpp115 message.AddInt32("sender", _message->ReturnAddress().Team());
/haiku/headers/private/app/
H A DMessagePrivate.h111 fMessage->fHeader->reply_team = messengerPrivate.Team();
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp53 Model::Team* team = thread->GetTeam();
128 fThreadsTable->AddColumn(new StringTableColumn(2, "Team", 80, 40, 1000,
H A DMainWindow.cpp147 MainWindow::OpenTeamWindow(Model::Team* team)
/haiku/src/servers/midi/
H A DMidiServerApp.cpp562 if (app->messenger.Team() == retadr.Team())
566 TRACE(("Application %" B_PRId32 " is not registered", retadr.Team()))
789 app->messenger.Team());
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp180 arch_team_init_team_struct(Team* p, bool kernel)
H A Darch_user_debugger.cpp410 Team* kernelTeam = team_get_kernel_team();
426 Team* kernelTeam = team_get_kernel_team();
450 Team* kernelTeam = team_get_kernel_team();
519 Team* kernelTeam = team_get_kernel_team();
966 Team* kernelTeam = team_get_kernel_team();
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp128 arch_team_init_team_struct(Team *team, bool kernel)
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp54 arch_team_init_team_struct(Team *team, bool kernel)
/haiku/src/kits/app/
H A DMessenger.cpp271 BMessenger::Team() const function in class:BMessenger
413 fTeam = looper->Team();
H A DApplication.cpp328 BRoster::Private().RemoveApp(Team());
380 team_id team = Team();
612 "Quit(), team=%" B_PRId32 ", looper=%s\n", Team(), name);
691 be_roster->ActivateApp(Team());
1019 return be_roster->GetRunningAppInfo(be_app->Team(), info);
1425 fServerLink->Attach<team_id>(Team());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp46 #include "Team.h"
116 Team* team, Listener* listener);
163 Team* fTeam;
178 MarkerView(SourceView* sourceView, Team* team,
202 Team* fTeam;
597 SourceView::MarkerManager::MarkerManager(SourceView* sourceView, Team* team,
671 AutoLocker<Team> locker(fTeam);
728 AutoLocker<Team> locker(fTeam);
873 SourceView::MarkerView::MarkerView(SourceView* sourceView, Team* team,
1052 AutoLocker<Team> locke
[all...]

Completed in 143 milliseconds

12345678