LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_task Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Public Attributes

voidshareds
 pointer to block of pointers to shared vars

 
kmp_routine_entry_t routine
 pointer to routine to call for executing task
 
kmp_int32 part_id
 part id for the task

 
kmp_cmplrdata_t data1
 
kmp_cmplrdata_t data2
 

Detailed Description

Definition at line 2463 of file kmp.h.

Member Data Documentation

◆ data1

kmp_cmplrdata_t kmp_task::data1

Definition at line 2469 of file kmp.h.

◆ data2

kmp_cmplrdata_t kmp_task::data2

Definition at line 2470 of file kmp.h.

◆ part_id

kmp_int32 kmp_task::part_id

part id for the task

Definition at line 2467 of file kmp.h.

◆ routine

kmp_routine_entry_t kmp_task::routine

pointer to routine to call for executing task

Definition at line 2466 of file kmp.h.

◆ shareds

void * kmp_task::shareds

pointer to block of pointers to shared vars

Definition at line 2464 of file kmp.h.

Referenced by __kmp_taskloop_recur().


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