Searched defs:team (Results 126 - 150 of 205) sorted by relevance

123456789

/haiku/src/system/kernel/events/
H A DNotifications.cpp420 team_id team = event->GetInt32("team", -1); local
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp124 CommandLineUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
H A DCliContext.cpp126 CliContext::Init(::Team* team, UserInterfaceListener* listener) argument
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp132 RunnerInfo(team_id team, int32 token, BMessenger target, BMessage *message, argument
191 team_id team; //!< The team owning the message runner. member in struct:MessageRunnerManager::RunnerInfo
254 team_id team; local
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.cpp118 team_id team; local
H A DWindowsView.cpp29 WindowModel(team_id team) argument
274 WindowsView::WindowsView(team_id team, uint32 location) argument
/haiku/headers/private/app/
H A DMessagePrivate.h115 SetReply(team_id team, port_id port, int32 target) argument
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp41 InspectorWindow::InspectorWindow(::Team* team, UserInterfaceListener* listener, argument
82 InspectorWindow::Create(::Team* team, UserInterfaceListener* listener, argument
/haiku/src/kits/media/
H A DControllable.cpp375 team_id team; local
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp120 team_id team; local
/haiku/src/servers/media/
H A DDefaultManager.cpp772 DefaultManager::CleanupTeam(team_id team) argument
/haiku/src/kits/debug/
H A DSymbolLookup.cpp63 RemoteMemoryAccessor::RemoteMemoryAccessor(team_id team) argument
224 SymbolLookup::SymbolLookup(team_id team, image_id image) argument
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort) argument
348 debug_create_symbol_lookup_context(team_id team, image_id image, argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp252 ::Team* team = fThread->GetTeam(); local
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp248 UiUtils::ReportNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument
265 UiUtils::CoreFileNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h238 Team* team = fThread->team; local
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp48 team_id team; member in struct:TeamQuitter
[all...]
/haiku/src/system/kernel/
H A Dimage.cpp86 register_image(Team *team, extended_image_info *info, size_t size, bool locked) argument
125 register_image(Team *team, extended_image_info *info, size_t size) argument
134 unregister_image(Team *team, image_id id) argument
191 count_images(Team *team) argument
211 remove_images(Team *team) argument
291 Team *team; local
342 Team* team = Team::Get(teamID); local
363 image_debug_lookup_user_symbol_address(Team *team, addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName, bool *_exactMatch) argument
425 Team* team = thread_get_current_thread()->team; local
534 _user_get_next_image_info(team_id team, int32 *_cookie, image_info *userInfo, size_t size) argument
[all...]
H A DUserTimer.cpp42 Team* team; member in struct:__anon1876::TimerLocker
57 void Lock(Team* team, Thread* thread) argument
1231 create_timer(clockid_t clockID, int32 timerID, Team* team, Thread* thread, uint32 flags, const struct sigevent& event, ThreadCreationAttributes* threadAttributes, bool isDefaultEvent) argument
1395 team_clock_changed(Team* team, bigtime_t changedBy) argument
1417 user_timer_create_thread_timers(Team* team, Thread* thread) argument
1439 user_timer_create_team_timers(Team* team) argument
1495 Team* team = thread_get_current_thread()->team; local
1518 Team* team = Team::Get(teamID); local
1591 user_timer_check_team_user_timers(Team* team) argument
1670 Team* team = Team::Get(teamID); local
1718 Team* team = thread_get_current_thread()->team; local
[all...]
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp785 IOSchedulerSimple::_GetRequestOwner(team_id team, thread_id thread, argument
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp73 TTeamMenuItem::TTeamMenuItem(BList* team, BBitmap* icon, char* name, argument
131 team_id team = (addr_t)fTeam->ItemAt(index); local
488 _Init(BList* team, BBitmap* icon, char* name, char* signature, float width, float height) argument
[all...]
/haiku/src/apps/debugger/
H A DDebugger.cpp92 team_id team; member in struct:Options
[all...]
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h93 team_id team; member in struct:system_profiler_team_added
100 team_id team; member in struct:system_profiler_team_removed
105 team_id team; member in struct:system_profiler_team_exec
112 team_id team; member in struct:system_profiler_thread_added
119 team_id team; member in struct:system_profiler_thread_removed
125 team_id team; member in struct:system_profiler_image_added
131 team_id team; member in struct:system_profiler_image_removed
193 team_id team; member in struct:system_profiler_io_request_scheduled
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp62 status_t Init(team_id team, port_id nubPort) argument
81 DebugContextPool(team_id team, port_id nubPort) argument
238 LocalDebuggerInterface::LocalDebuggerInterface(team_id team) argument
606 GetSymbolInfos(team_id team, image_id image, BObjectList<SymbolInfo>& infos) argument
651 GetSymbolInfo(team_id team, image_id image, const char* name, int32 symbolType, SymbolInfo& info) argument
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp333 _InitDebuggedTeam(Team* team, team_id teamID) argument
349 _InitUndebuggedTeam(Team* team, system_profiler_team_added* addedInfo) argument
371 _LoadTeamImages(Team* team, team_id teamID) argument
[all...]

Completed in 149 milliseconds

123456789