Lines Matching defs:team

181 	team_id			team;
1583 team_id team = team_get_current_team_id();
1589 if (lock->team != team && advisory_lock_intersects(lock, flock)) {
1597 flock->l_pid = lock->team;
1608 /*! Removes the specified lock, or all locks of the calling team
1663 secondLock->team = lock->team;
1748 team_id team = team_get_current_team_id();
1756 // TODO: locks from the same team might be joinable!
1757 if ((lock->team != team || lock->bound_to != boundTo)
1796 lock->team = team_get_current_team_id();
1797 lock->session = thread_get_current_thread()->team->session_id;
1917 while (Team* team = teamIterator.Next()) {
1918 BReference<Team> teamReference(team, true);
1919 TeamLocker teamLocker(team);
1922 io_context* context = team->io_context;
1980 dprintf("get_root_vnode(): IO context for team %" B_PRId32 " doesn't "
2995 kprintf(" [%2" B_PRId32 "] team: %" B_PRId32 "\n", index++, lock->team);
3351 kprintf("usage: %s [team-id|address]\n", argv[0]);
3362 Team* team = team_get_team_struct_locked(num);
3363 if (team == NULL) {
3364 kprintf("could not find team with ID %lu\n", num);
3367 context = (struct io_context*)team->io_context;
4454 otherwise that of the team this thread belongs to. Only relevant,
5673 // remove all outstanding locks for this team
8227 // get the team
8228 Team* team = Team::Get(teamID);
8229 if (team == NULL)
8231 BReference<Team> teamReference(team, true);
8233 // now that we have a team reference, its I/O context won't go away
8234 io_context* context = team->io_context;
8935 _user_get_next_fd_info(team_id team, uint32* userCookie, fd_info* userInfo,
8952 status_t status = _kern_get_next_fd_info(team, &cookie, &info, infoSize);