ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Attributes | List of all members
ompt_record_task_create_t Struct Reference

#include <omp-tools.h>

Collaboration diagram for ompt_record_task_create_t:
Collaboration graph
[legend]

Public Attributes

ompt_id_t encountering_task_id
 
ompt_id_t new_task_id
 
int flags
 
int has_dependences
 
const void * codeptr_ra
 

Detailed Description

Definition at line 742 of file omp-tools.h.

Member Data Documentation

◆ codeptr_ra

const void * ompt_record_task_create_t::codeptr_ra

Definition at line 747 of file omp-tools.h.

◆ encountering_task_id

ompt_id_t ompt_record_task_create_t::encountering_task_id

Definition at line 743 of file omp-tools.h.

◆ flags

int ompt_record_task_create_t::flags

Definition at line 745 of file omp-tools.h.

◆ has_dependences

int ompt_record_task_create_t::has_dependences

Definition at line 746 of file omp-tools.h.

◆ new_task_id

ompt_id_t ompt_record_task_create_t::new_task_id

Definition at line 744 of file omp-tools.h.


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