Class ThreadTeam

java.lang.Object
jromp.concurrent.ThreadTeam

public class ThreadTeam extends Object
A thread team is a group of threads that are working together to execute some parallel task.
  • Method Details

    • getTeamId

      public int getTeamId()
      Team ID getter.
      Returns:
      the team ID.
    • size

      public int size()
      Returns the number of threads in this team.
      Returns:
      the number of threads in this team.