Searched defs:team (Results 151 - 175 of 205) sorted by relevance

123456789

/haiku/src/servers/media/
H A DNodeManager.cpp198 NodeManager::UnregisterNode(media_node_id id, team_id team, argument
147 RegisterNode(media_addon_id addOnID, int32 flavorID, const char* name, uint64 kinds, port_id port, team_id team, media_node_id timesource, media_node_id* _nodeID) argument
244 ReleaseNodeReference(media_node_id id, team_id team) argument
372 GetCloneForID(media_node_id id, team_id team, media_node* node) argument
413 GetClone(node_type type, team_id team, media_node* node, char* inputName, int32* _inputID) argument
449 ReleaseNode(const media_node& node, team_id team) argument
920 IncrementFlavorInstancesCount(media_addon_id addOnID, int32 flavorID, team_id team) argument
965 DecrementFlavorInstancesCount(media_addon_id addOnID, int32 flavorID, team_id team) argument
1135 CleanupTeam(team_id team) argument
1350 _AcquireNodeReference(media_node_id id, team_id team) argument
1391 team_id team = be_app->Team(); local
[all...]
/haiku/headers/private/app/
H A DRegistrarDefs.h184 team_id team; member in struct:BPrivate::flat_app_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp235 FileSystem::Init(const char* name, team_id team, Port::Info* infos, int32 count, argument
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp55 DebugReportGenerator::DebugReportGenerator(::Team* team, argument
113 DebugReportGenerator::Create(::Team* team, UserInterfaceListener* listener, argument
/haiku/src/system/libroot/os/
H A Dimage.cpp308 _get_next_image_info(team_id team, int32 *cookie, image_info *info, size_t infoSize) argument
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp591 Team* team = thread_get_current_thread()->team; local
/haiku/src/apps/deskbar/
H A DBarApp.cpp492 team_id team = -1; local
510 team_id team = -1; local
807 TBarApp::FetchTeamIcon(team_id team, int3 argument
870 AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref) argument
947 RemoveTeam(team_id team) argument
[all...]
H A DExpandoMenuBar.cpp198 team_id team = -1; local
207 team_id team = -1; local
619 AddTeam(BList* team, BBitmap* icon, char* name, char* signature) argument
670 AddTeam(team_id team, const char* signature) argument
686 RemoveTeam(team_id team, bool partial) argument
[all...]
/haiku/src/bin/debug/strace/
H A Dstrace.cpp789 Team* team = new Team(teamID); local
843 Team* team = it->second; local
870 Team* team = it->second; local
919 Team* team = new(std::nothrow) Team( local
944 Team* team = it->second; local
[all...]
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp129 team_id team; member in struct:team_rules
214 team_gone(team_id team, void *_rules) argument
559 RuleMatcher::RuleMatcher(team_id team, const char *name) argument
[all...]
/haiku/src/system/kernel/
H A Dthread.cpp519 ThreadCreationAttributes(thread_func function, const char* name, int32 priority, void* arg, team_id team, Thread* thread) argument
600 insert_thread_into_team(Team *team, Thread *thread) argument
619 remove_thread_from_team(Team *team, Thread *thread) argument
797 create_thread_user_stack(Team* team, Thread* thread, void* _stackBase, size_t stackSize, size_t additionalSize, size_t guardSize, char* nameBuffer) argument
[all...]
H A Dguarded_heap.cpp41 team_id team; member in struct:guarded_heap_page
788 team_id team = -1; local
[all...]
/haiku/src/system/kernel/fs/
H A Dfd.cpp444 Team* team = Team::Get(fromTeam); local
[all...]
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp69 AppInfo(team_id team) argument
203 operator ()(LaunchCaller &caller, const char *type, team_id *team) argument
219 operator ()(LaunchCaller &caller, const char *type, BList *messages, int32 argc, const char **argv, team_id *team) argument
317 TerminateApp(team_id team, bool wait) argument
332 team_id team = B_ERROR; local
384 NextMessageFrom(team_id team, int32 &cookie, bigtime_t *time) argument
397 CheckNextMessage(LaunchCaller &caller, team_id team, int32 &cookie, uint32 what) argument
406 CheckMainArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, bool useRef) argument
422 CheckMainArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, int32 argc, const char **argv, bool useRef) argument
434 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, bool useRef) argument
448 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, int32 argc, const char **argv, bool useRef) argument
458 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, const entry_ref *ref , int32 argc, const char **argv) argument
469 CheckArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, const entry_ref *ref , int32 argc, const char **argv, uint32 messageCode) argument
518 CheckMessageMessages(LaunchCaller &caller, team_id team, int32 &cookie) argument
530 CheckMessageMessage(LaunchCaller &caller, team_id team, int32 &cookie, int32 index) argument
544 CheckMessageMessage(LaunchCaller &caller, team_id team, int32 &cookie, const BMessage *expectedMessage) argument
560 CheckRefsMessage(LaunchCaller &caller, team_id team, int32 &cookie) argument
571 CheckRefsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *refs, int32 count) argument
616 WaitForMessage(team_id team, uint32 messageCode, bool fromNow, bigtime_t timeout, int32 startIndex) argument
682 CreateAppInfo(team_id team, const BMessenger *messenger) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp40 MemoryView::MemoryView(::Team* team, Listener* listener) argument
82 MemoryView::Create(::Team* team, Listener* listener) argument
/haiku/src/kits/debugger/model/
H A DTeam.cpp930 Team::Event::Event(uint32 type, Team* team) argument
963 Team::ImageLoadEvent::ImageLoadEvent(uint32 type, Team* team, argument
976 Team::ImageLoadNameEvent::ImageLoadNameEvent(uint32 type, Team* team, argument
988 DefaultSignalDispositionEvent(uint32 type, Team* team, int32 disposition) argument
1000 CustomSignalDispositionEvent(uint32 type, Team* team, int32 signal, int32 disposition) argument
1013 BreakpointEvent(uint32 type, Team* team, Breakpoint* breakpoint) argument
1025 ConsoleOutputEvent(uint32 type, Team* team, int32 fd, const BString& output) argument
1038 DebugReportEvent(uint32 type, Team* team, const char* reportPath, status_t finalStatus) argument
1051 CoreFileChangedEvent(uint32 type, Team* team, const char* targetPath) argument
1063 MemoryChangedEvent(uint32 type, Team* team, target_addr_t address, target_size_t size) argument
1076 WatchpointEvent(uint32 type, Team* team, Watchpoint* watchpoint) argument
1088 UserBreakpointEvent(uint32 type, Team* team, UserBreakpoint* breakpoint) argument
[all...]
/haiku/src/kits/app/
H A DApplication.cpp380 team_id team = Team(); local
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp741 team_id team; local
/haiku/src/servers/registrar/
H A DTRoster.cpp168 team_id team; local
316 team_id team; local
381 team_id team; local
488 team_id team; local
527 team_id team; local
622 team_id team; local
660 team_id team; local
769 team_id team; local
809 team_id team; local
837 BroadcastMessagingTargetSet(AppInfoList& list, team_id team) argument
1482 AddAppInfo(AppInfoList& apps, team_id team) argument
[all...]
/haiku/src/apps/processcontroller/
H A DProcessController.cpp247 ProcessController::_HandleDebugRequest(team_id team, thread_id thread) argument
287 team_id team; local
[all...]
/haiku/src/system/kernel/slab/
H A DSlab.cpp644 uint64 team; local
/haiku/src/servers/debug/
H A DDebugServer.cpp149 KillTeam(team_id team, const char *appName = NULL) argument
281 RemoveHandler(team_id team) argument
296 HandlerFor(team_id team) argument
316 team_id team = message->Data().origin.team; local
389 TeamDebugHandler(team_id team) argument
999 _NotifyAppServer(team_id team) argument
1009 _NotifyRegistrar(team_id team, bool openAlert, bool stopShutdown) argument
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp293 Model::Thread::Thread(Team* team, const system_profiler_thread_added* event, argument
789 Team* team = TeamByID(event->team); local
842 Team* team = TeamByID(event->team); local
[all...]
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp250 SystemProfiler::SystemProfiler(team_id team, const area_info& userAreaInfo, argument
619 Team* team = (Team*)event->GetPointer("teamStruct", NULL); local
868 _TeamAdded(Team* team) argument
905 _TeamRemoved(Team* team) argument
930 _TeamExec(Team* team) argument
1560 team_id team = thread_get_current_thread()->team->id; local
[all...]
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp229 IOBuffer::LockMemory(team_id team, bool isWrite) argument
251 IOBuffer::_UnlockMemory(team_id team, size_t count, bool isWrite) argument
261 IOBuffer::UnlockMemory(team_id team, bool isWrite) argument
1321 _CopySimple(void* bounceBuffer, generic_addr_t external, size_t size, team_id team, bool copyIn) argument
1345 _CopyPhysical(void* bounceBuffer, generic_addr_t external, size_t size, team_id team, bool copyIn) argument
1356 _CopyUser(void* _bounceBuffer, generic_addr_t _external, size_t size, team_id team, bool copyIn) argument
1393 _ClearDataSimple(generic_addr_t external, generic_size_t size, team_id team) argument
1402 _ClearDataPhysical(generic_addr_t external, generic_size_t size, team_id team) argument
1410 _ClearDataUser(generic_addr_t _external, generic_size_t size, team_id team) argument
[all...]

Completed in 316 milliseconds

123456789