Searched refs:team (Results 301 - 325 of 415) sorted by relevance

<<11121314151617

/haiku/src/system/libroot/os/
H A Dthread.c224 _get_next_thread_info(team_id team, int32 *cookie, thread_info *info, size_t size) argument
229 return _kern_get_next_thread_info(team, cookie, info);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp35 if (get_next_image_info(teamInfo.team, &cookie, &info) == B_OK) {
43 if (be_roster->GetRunningAppInfo(fTeamInfo.team, &fAppInfo) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp155 GraphicalUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
158 fTeamWindow = TeamWindow::Create(team, listener);
173 ERROR("Error: Failed to create team window!\n");
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp124 CommandLineUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
126 status_t error = fContext->Init(team, listener);
H A DCliContext.h56 status_t Init(::Team* team,
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp115 } else if (thread != NULL && thread->team != NULL) {
117 status = elf_debug_lookup_user_symbol_address(thread->team, address,
122 status = image_debug_lookup_user_symbol_address(thread->team,
412 if (thread != NULL && thread->team != NULL
413 && thread->team->address_space != NULL) {
414 area = thread->team->address_space->LookupArea(ip);
793 if (thread->team->address_space != NULL)
794 area = thread->team->address_space->LookupArea(eip);
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp19 #include <team.h>
454 // not open yet -- create a new team sem
591 Team* team = thread_get_current_thread()->team; local
595 &team->realtime_sem_context);
608 &team->realtime_sem_context, context, (realtime_sem_context*)NULL);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp40 kprintf(" team: %" B_PRId32 "\n", team);
174 owner.team = -1;
785 IOSchedulerSimple::_GetRequestOwner(team_id team, thread_id thread, argument
802 owner->team = team;
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp24 #include <team.h>
288 addr_t commPageAddress = (addr_t)thread->team->commpage_address;
407 addr_t* commPageAddress = (addr_t*)thread->team->commpage_address;
/haiku/src/servers/app/
H A DDesktop.cpp950 Desktop::LockDirectScreen(team_id team) argument
957 fDirectScreenTeam = team;
964 Desktop::UnlockDirectScreen(team_id team) argument
966 if (fDirectScreenTeam == team) {
2284 Desktop::MinimizeApplication(team_id team) argument
2292 if (window->ServerWindow()->ClientTeam() != team)
2301 Desktop::BringApplicationToFront(team_id team) argument
2310 if (window->ServerWindow()->ClientTeam() != team)
2348 Desktop::WriteWindowList(team_id team, BPrivate::LinkSender& sender) argument
2358 if (team < B_O
2503 team_id team = window->ServerWindow()->ClientTeam(); local
2715 team_id team; local
2735 team_id team; local
3637 _ActivateApp(team_id team) argument
[all...]
/haiku/src/system/kernel/
H A Delf.cpp36 #include <team.h>
225 debug_get_debugged_thread()->team, address, &baseAddress, &symbol,
1356 status_t Init(Team* team) argument
1361 = team->address_space->GetAreaIterator();
1374 fTeam = team;
1750 Note that the given team's address space must already be in effect.
1753 elf_debug_lookup_user_symbol_address(Team* team, addr_t address, argument
1757 if (team == NULL || team == team_get_kernel_team())
1761 status_t error = lookup.Init(team);
1827 elf_load_user_image(const char *path, Team *team, uint32 flags, addr_t *entry) argument
[all...]
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp47 while (get_next_thread_info(teamInfo.team, &threadCookie, &infos[count])
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp14 #include <team.h>
/haiku/headers/private/debugger/arch/
H A DArchitecture.h121 status_t CreateStackTrace(Team* team,
129 // team is not locked
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h52 virtual status_t Init(Team* team,
64 // for initiating a team restart.
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h72 status_t Init(const char* name, team_id team,
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp41 InspectorWindow::InspectorWindow(::Team* team, UserInterfaceListener* listener, argument
54 fTeam(team),
82 InspectorWindow::Create(::Team* team, UserInterfaceListener* listener, argument
85 InspectorWindow* self = new InspectorWindow(team, listener, target);
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp193 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DMainWindow.cpp147 MainWindow::OpenTeamWindow(Model::Team* team) argument
/haiku/src/kits/debug/
H A DSymbolLookup.cpp63 RemoteMemoryAccessor::RemoteMemoryAccessor(team_id team) argument
64 : fTeam(team),
83 // If the team is the kernel team, we don't try to clone the areas. Only
88 // get a list of the team's areas
224 SymbolLookup::SymbolLookup(team_id team, image_id image) argument
226 RemoteMemoryAccessor(team),
288 // create a list of the team's images
/haiku/src/servers/registrar/
H A DTRoster.h78 status_t AddAppInfo(AppInfoList& apps, team_id team);
/haiku/headers/private/kernel/
H A Dthread_types.h49 // team has executed exec*()
95 void (*hook)(team_id team, void *data);
101 // this is a soft limit for the number of child death entries in a team
105 job_control_state state; // current team job control state
106 thread_id thread; // main thread ID == team ID
112 BKernel::Team* team; member in struct:job_control_entry
117 uint16 reason; // reason for the team's demise, one of the
226 // and this team's fLock
227 Team *children; // protected by this team's fLock;
232 int64 serial_number; // immutable after adding team t
510 BKernel::Team *team; // protected by team lock, thread lock, scheduler member in struct:BKernel::Thread
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp234 SpinLocker teamLocker(&fromThread->team->time_lock);
238 || fromThread->team->HasActiveCPUTimeUserTimers()) {
247 SpinLocker teamLocker(&thread->team->time_lock);
251 || thread->team->HasActiveCPUTimeUserTimers()) {
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp236 CoreFileDebuggerInterface::GetSymbolInfos(team_id team, image_id image, argument
275 CoreFileDebuggerInterface::GetSymbolInfo(team_id team, image_id image, argument
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c251 /* change the owner of the semaphores to the opener's team */
255 set_sem_owner(si->crtc[0].vblank, thinfo.team);
257 set_sem_owner(si->crtc[1].vblank, thinfo.team);
258 //set_sem_owner(di->cap_sem, thinfo.team);

Completed in 398 milliseconds

<<11121314151617