OpenVAS Libraries  9.0.3
omp_get_task_opts_t Struct Reference

Struct holding options for omp get_tasks command. More...

#include <omp.h>

Collaboration diagram for omp_get_task_opts_t:
Collaboration graph

Data Fields

const char * actions
 Actions argument. More...
 
const char * task_id
 ID of single task to get. More...
 
int details
 Whether to include overrides in the tasks. More...
 
int rcfile
 Ignored. Removed since OMP 6.0. More...
 

Detailed Description

Struct holding options for omp get_tasks command.

Definition at line 132 of file omp.h.

Field Documentation

◆ actions

const char* omp_get_task_opts_t::actions

Actions argument.

Definition at line 134 of file omp.h.

Referenced by omp_get_task_ext().

◆ details

int omp_get_task_opts_t::details

Whether to include overrides in the tasks.

Definition at line 137 of file omp.h.

◆ rcfile

int omp_get_task_opts_t::rcfile

Ignored. Removed since OMP 6.0.

Definition at line 138 of file omp.h.

◆ task_id

const char* omp_get_task_opts_t::task_id

ID of single task to get.

Definition at line 135 of file omp.h.

Referenced by omp_get_task_ext().


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