LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_r_sched Union Reference

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

Public Attributes

struct {
   enum sched_type   r_sched_type
 
   int   chunk
 
}; 
 
kmp_int64 sched
 

Detailed Description

Definition at line 506 of file kmp.h.

Member Data Documentation

◆ 

struct { ... } kmp_r_sched::@2

◆ chunk

int kmp_r_sched::chunk

Definition at line 509 of file kmp.h.

Referenced by __kmp_get_schedule_global().

◆ r_sched_type

enum sched_type kmp_r_sched::r_sched_type

Definition at line 508 of file kmp.h.

Referenced by __kmp_get_schedule_global().

◆ sched

kmp_int64 kmp_r_sched::sched

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