OpenMP Runtime
Public Attributes
tomp_Thread Struct Reference

Thread structure. More...

#include <tomp_parallel.h>

Collaboration diagram for tomp_Thread:
Collaboration graph
[legend]

List of all members.

Public Attributes

tomp_TeamStatets
 Current state of the thread.
struct _tomp_Task * current_task
 Pointer to task being executed by thread. Initialized to implicit task.
tomp_TaskStealing_e task_stealing
 Keeps track of whether task stealing is enabled or disabled.

Detailed Description

Thread structure.

There is a tomp_Thread per core participating in the OMP runtime. tomp_Thread is stored in core local memory


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