Package jromp.concurrent
Class ThreadTeam
java.lang.Object
jromp.concurrent.ThreadTeam
A thread team is a group of threads that are working together
to execute some parallel task.
-
Method Summary
-
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.
-