OpenMP Runtime
Public Attributes
tomp_TeamState Struct Reference

Describes current state of the thread. More...

#include <tomp_parallel.h>

Collaboration diagram for tomp_TeamState:
Collaboration graph
[legend]

List of all members.

Public Attributes

tomp_Teamteam
 Pointer to the team.
int team_id
 Number of the thread in the team Important to know what part of the work you have to do.
struct gomp_work_sharework_share
 Current workshare being processed by thread.
struct gomp_work_sharelast_work_share
 Previous workshare that was processed by thread.
unsigned long static_trip
 Count of iteration chunk processed by a thread.
tomp_event_t event
 Event pointer to free the team state.
int level
 Nesting level.

Detailed Description

Describes current state of the thread.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines