![]() |
![]() |
OpenMP Runtime
|
Describes current state of the thread. More...
#include <tomp_parallel.h>
Public Attributes | |
tomp_Team * | team |
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_share * | work_share |
Current workshare being processed by thread. | |
struct gomp_work_share * | last_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. |
Describes current state of the thread.