LLVM OpenMP 22.0.0git
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 486 of file kmp.h.

Member Data Documentation

◆ [struct]

struct { ... } kmp_r_sched

◆ chunk

int kmp_r_sched::chunk

Definition at line 489 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 488 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: