Searched refs:team (Results 251 - 275 of 415) sorted by relevance

<<11121314151617

/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp15 #include <team.h>
36 arch_team_init_team_struct(Team *team, bool kernel) argument
82 auto fromMap = (RISCV64VMTranslationMap*)from->team->address_space->TranslationMap();
83 auto toMap = (RISCV64VMTranslationMap*)to->team->address_space->TranslationMap();
112 addr_t commpageAdr = (addr_t)thread->team->commpage_address;
246 addr_t commpageAdr = (addr_t)thread->team->commpage_address;
332 /** Restores the frame from a forked team as specified by the provided
334 * Needs to be called from within the child team, ie. instead of
337 * in the child team at the same position where the parent team lef
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp80 } else if (thread != NULL && thread->team != NULL) {
82 status = elf_debug_lookup_user_symbol_address(thread->team, address,
87 status = image_debug_lookup_user_symbol_address(thread->team,
324 if (thread != NULL && thread->team != NULL
325 && thread->team->address_space != NULL) {
326 area = thread->team->address_space->LookupArea(ip);
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp72 } else if (thread != NULL && thread->team != NULL) {
74 status = elf_debug_lookup_user_symbol_address(thread->team, address,
79 status = image_debug_lookup_user_symbol_address(thread->team,
315 if (thread != NULL && thread->team != NULL
316 && thread->team->address_space != NULL) {
317 area = thread->team->address_space->LookupArea(ip);
H A Darch_thread.cpp54 arch_team_init_team_struct(Team *team, bool kernel) argument
121 addr_t commpageAdr = (addr_t)thread->team->commpage_address;
/haiku/src/system/kernel/vm/
H A Dvm.cpp47 #include <team.h>
972 dprintf("unmap_address_range: team %" B_PRId32 " tried to "
1423 vm_unreserve_address_range(team_id team, void* address, addr_t size) argument
1425 AddressSpaceWriteLocker locker(team);
1437 vm_reserve_address_range(team_id team, void** _address, uint32 addressSpec, argument
1443 AddressSpaceWriteLocker locker(team);
1459 vm_create_anonymous_area(team_id team, const char *name, addr_t size, argument
1475 team, name, size));
1486 if (team == B_CURRENT_TEAM)
1487 team
1840 vm_map_physical_memory(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t size, uint32 protection, phys_addr_t physicalAddress, bool alreadyWired) argument
1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument
2047 vm_create_null_area(team_id team, const char* name, void** address, uint32 addressSpec, addr_t size, uint32 flags) argument
2143 _vm_map_file(team_id team, const char* name, void** _address, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset, bool kernel) argument
2348 vm_clone_area(team_id team, const char* name, void** address, uint32 addressSpec, uint32 protection, uint32 mapping, area_id sourceID, bool kernel) argument
2399 Team* team = thread_get_current_thread()->team; local
2551 vm_delete_area(team_id team, area_id id, bool kernel) argument
2727 vm_copy_area(team_id team, const char* name, void** _address, uint32 addressSpec, area_id sourceID) argument
2878 vm_set_area_protection(team_id team, area_id areaID, uint32 newProtection, bool kernel) argument
3049 vm_get_page_mapping(team_id team, addr_t vaddr, phys_addr_t* paddr) argument
3945 team_id team; local
5698 vm_wire_page(team_id team, addr_t address, bool writable, VMPageWiringInfo* info) argument
5849 lock_memory_etc(team_id team, void* address, size_t numBytes, uint32 flags) argument
6008 unlock_memory_etc(team_id team, void* address, size_t numBytes, uint32 flags) argument
6147 get_memory_map_etc(team_id team, const void* address, size_t numBytes, physical_entry* table, uint32* _numEntries) argument
6303 _get_next_area_info(team_id team, ssize_t* cookie, area_info* info, size_t size) argument
6415 create_area_etc(team_id team, const char* name, size_t size, uint32 lock, uint32 protection, uint32 flags, uint32 guardSize, const virtual_address_restrictions* virtualAddressRestrictions, const physical_address_restrictions* physicalAddressRestrictions, void** _address) argument
6538 _user_get_next_area_info(team_id team, ssize_t* userCookie, area_info* userInfo) argument
[all...]
/haiku/src/system/kernel/
H A Dguarded_heap.cpp16 #include <team.h>
41 team_id team; member in struct:guarded_heap_page
183 page.team = (gKernelStartup ? 0 : team_get_current_team_id());
196 page.team = firstPage->team;
239 page.team = (gKernelStartup ? 0 : team_get_current_team_id());
652 kprintf("allocating team: %" B_PRId32 "\n", page.team);
788 team_id team = -1; local
795 if (strcmp(argv[i], "team")
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp39 team_id team, BLooper *looper = NULL, BHandler *handler = NULL,
48 CHK(messenger.Team() == team || messenger.Team() == altTeam);
51 if (messenger.Team() != team)
52 printf("team is %ld, but should be %ld\n", messenger.Team(), team);
53 CHK(messenger.Team() == team);
130 Team() should return this team.
182 Team() should return this team.
217 Team() should return this team.
306 Team() should return this team
38 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/kits/debug/
H A DSymbolLookup.h96 RemoteMemoryAccessor(team_id team);
140 SymbolLookup(team_id team, image_id image);
/haiku/src/bin/
H A Dps.c67 printf(Infos[Id].format, teamInfo->team);
94 while (get_next_thread_info(teamInfo->team, &threadCookie, &threadInfo)
137 // match this in team name
148 printf( "usage: ps [-hais] [-o columns list] [team]\n"
152 "-o : display team info associated with the list\n"
/haiku/headers/private/app/
H A DMessagePrivate.h115 SetReply(team_id team, port_id port, int32 target) argument
119 fMessage->fHeader->reply_team = team;
H A DRegistrarDefs.h168 // A team tries to register a second time.
184 team_id team; member in struct:BPrivate::flat_app_info
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h77 virtual status_t GetSymbolInfos(team_id team, image_id image,
79 virtual status_t GetSymbolInfo(team_id team, image_id image,
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp102 app_info_for_team(team_id team) argument
105 CHK(be_roster->GetRunningAppInfo(team, &info) == B_OK);
111 check_watching_message(LaunchContext &context, team_id team, int32 &cookie, argument
115 CHK(context.WaitForMessage(team, MSG_MESSAGE_RECEIVED, false,
117 BMessage *container = context.NextMessageFrom(team, cookie);
127 // team
129 CHK(message.FindInt32("be:team", &foundTeam) == B_OK);
130 CHK(foundTeam == info.team);
180 const char **argv, team_id *team)
182 return be_roster->Launch(&fRef, (BMessage*)NULL, team);
179 operator ()(const char *type, BList *messages, int32 argc, const char **argv, team_id *team) argument
[all...]
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp54 ReportUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
64 fTeam = team;
/haiku/src/apps/deskbar/
H A DBarApp.h159 BBitmap* FetchTeamIcon(team_id team, int32 size);
164 void AddTeam(team_id team, uint32 flags,
H A DWindowMenu.cpp70 TWindowMenu::TWindowMenu(const BList* team, const char* signature) argument
73 fTeam(team),
H A DSwitcher.h91 void SwitchWindow(team_id team, bool forward,
/haiku/headers/private/kernel/
H A Duser_debugger.h40 // get a team reference, lock the team, or one accesses the structure from a
41 // thread of that team.
58 // not held (at least if it is certain, that the team struct won't go).
79 // by 'lock'. After setting the a condition variable the team is
81 // from the team hash table, though.
170 // team debugging flags (user-specifiable flags are in <debugger.h>)
283 port_id _user_install_team_debugger(team_id team, port_id debuggerPort);
284 status_t _user_remove_team_debugger(team_id team);
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp194 status = debug_memcpy(thread->team->id, &mutex,
226 thread_get_current_thread()->team->user_mutex_context;
230 Team* team = thread_get_current_thread()->team;
231 TeamLocker teamLocker(team);
232 if (team->user_mutex_context != NULL)
233 return team->user_mutex_context;
245 team->user_mutex_context = context;
256 // This should be empty at this point in team destruction.
/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp72 debug_get_debugged_thread()->team, pc, &baseAddress, &symbol,
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h67 IORequestOwner* _GetRequestOwner(team_id team, thread_id thread,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h104 virtual void TeamRemoved(team_id team);
/haiku/src/servers/app/
H A DCursorManager.h44 void DeleteCursors(team_id team);
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp27 arch_team_init_team_struct(Team *team, bool kernel) argument
152 /** Restores the frame from a forked team as specified by the provided
154 * Needs to be called from within the child team, ie. instead of
157 * in the child team at the same position where the parent team left of.
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp133 team_id team; local
136 (BMessage*)NULL, &team);
141 fMessenger = BMessenger(kPrintAddOnServerApplicationSignature, team);

Completed in 135 milliseconds

<<11121314151617