My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dfg_thread Struct Reference

Representation of a thread on a runtime in the DFG. More...

#include <dfg.h>

Public Attributes

int id
 Unique identifier for the thread. More...
 
enum thread_mode mode
 Pinned/unpinned mode for the thread. More...
 
struct dfg_msumsus [8]
 MSUs placed on that thread. More...
 
int n_msus
 Number of MSUs placed on the thread. More...
 

Detailed Description

Representation of a thread on a runtime in the DFG.

Definition at line 104 of file dfg.h.

Member Data Documentation

int dfg_thread::id

Unique identifier for the thread.

Definition at line 105 of file dfg.h.

enum thread_mode dfg_thread::mode

Pinned/unpinned mode for the thread.

Definition at line 106 of file dfg.h.

struct dfg_msu* dfg_thread::msus[8]

MSUs placed on that thread.

Definition at line 107 of file dfg.h.

int dfg_thread::n_msus

Number of MSUs placed on the thread.

Definition at line 108 of file dfg.h.


The documentation for this struct was generated from the following file: