Searched defs:team (Results 76 - 100 of 205) sorted by relevance

123456789

/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp38 check_messenger(const BMessenger &messenger, bool valid, bool local, team_id team, BLooper *looper = NULL, BHandler *handler = NULL, team_id altTeam = -1) argument
400 team_id team = runner.Team(); local
[all...]
/haiku/src/system/kernel/
H A DUserEvent.cpp101 TeamSignalEvent::TeamSignalEvent(Team* team, EventSignal* signal) argument
110 TeamSignalEvent::Create(Team* team, uint32 signalNumber, int32 signalCode, argument
H A Dusergroup.cpp32 is_privileged(Team* team) argument
42 Team* team = thread_get_current_thread()->team; local
105 Team* team = thread_get_current_thread()->team; local
168 Team* team = thread_get_current_thread()->team; local
236 Team* team = thread_get_current_thread()->team; local
256 inherit_parent_user_and_group(Team* team, Team* parent) argument
269 update_set_id_user_and_group(Team* team, const char* file) argument
295 Team* team = thread_get_current_thread()->team; local
304 Team* team = thread_get_current_thread()->team; local
344 Team* team = thread_get_current_thread()->team; local
353 Team* team = thread_get_current_thread()->team; local
384 Team* team = thread_get_current_thread()->team; local
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp22 BreakpointManager::BreakpointManager(Team* team, argument
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp14 DebugEvent::DebugEvent(int32 eventType, team_id team, argument
40 CpuStateEvent::CpuStateEvent(debug_debugger_message eventType, team_id team, argument
61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread) argument
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread, argument
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread, argument
94 WatchpointHitEvent(team_id team, thread_id thread, CpuState* state) argument
106 SingleStepEvent(team_id team, thread_id thread, CpuState* state) argument
117 ExceptionOccurredEvent(team_id team, thread_id thread, debug_exception_type exception) argument
129 TeamDeletedEvent(team_id team, thread_id thread) argument
139 TeamExecEvent(team_id team, thread_id thread) argument
149 ThreadCreatedEvent(team_id team, thread_id thread, thread_id newThread) argument
161 ThreadRenamedEvent(team_id team, thread_id thread, thread_id renamedThread, const char* newName) argument
174 ThreadPriorityChangedEvent(team_id team, thread_id thread, thread_id changedThread, int32 newPriority) argument
187 ThreadDeletedEvent(team_id team, thread_id thread) argument
197 ImageCreatedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
209 ImageDeletedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
221 PostSyscallEvent(team_id team, thread_id thread, const SyscallInfo& info) argument
233 HandedOverEvent(team_id team, thread_id thread, thread_id causingThread) argument
245 SignalReceivedEvent(team_id team, thread_id thread, const SignalInfo& info) argument
[all...]
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp61 team_id team = options.team; local
[all...]
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp97 Architecture::CreateStackTrace(Team* team, argument
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp44 ImageStopConfigView::ImageStopConfigView(::Team* team, argument
72 ImageStopConfigView::Create(::Team* team, UserInterfaceListener* listener) argument
/haiku/src/kits/debug/
H A DTeamDebugger.cpp37 BTeamDebugger::Install(team_id team) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp28 BreakpointsView::BreakpointsView(Team* team, Listener* listener) argument
50 BreakpointsView::Create(Team* team, Listener* listener) argument
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp252 team_id team; local
312 _HandleTeamEvent(team_id team, int32 opcode, bool& addToWaiters) argument
[all...]
/haiku/src/kits/app/
H A DMessenger.cpp51 BMessenger::BMessenger(const char* signature, team_id team, status_t* result) argument
222 BMessenger::SetTo(const char* signature, team_id team) argument
296 BMessenger::_SetTo(team_id team, port_id port, int32 token) argument
319 _InitData(const char* signature, team_id team, status_t* _result) argument
[all...]
H A DAppMisc.cpp47 get_app_path(team_id team, char *buffer) argument
96 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
159 main_thread_for(team_id team) argument
176 is_app_showing_modal_window(team_id team) argument
[all...]
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp95 team_id team = (team_id)(uintptr_t)teamList.ItemAt(0); local
147 team_id team = -1; local
170 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); local
198 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); local
235 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); local
[all...]
/haiku/src/servers/app/
H A DCursorManager.cpp214 CursorManager::DeleteCursors(team_id team) argument
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp54 ReportUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp47 team_id team; local
91 team_id team; local
178 team_id team; local
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp19 MemoryBarMenuItem::MemoryBarMenuItem(const char *label, team_id team, argument
244 MemoryBarMenuItem::Reset(char* name, team_id team, BBitmap* icon, argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp54 arch_team_init_team_struct(Team *team, bool kernel) argument
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp155 GraphicalUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp27 arch_team_init_team_struct(Team *team, bool kernel) argument
/haiku/headers/private/kernel/
H A Dthread.h42 team_id team; member in struct:BKernel::ThreadCreationAttributes
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp213 team_id team = -1; local
H A DWindowMenu.cpp70 TWindowMenu::TWindowMenu(const BList* team, const char* signature) argument
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp31 TerminalRoster::Info::Info(int32 id, team_id team) argument
[all...]

Completed in 266 milliseconds

123456789