LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
kmp_dephash_entry_t ** | buckets |
size_t | size |
kmp_depnode_t * | last_all |
size_t | generation |
kmp_uint32 | nelements |
kmp_uint32 | nconflicts |
kmp_dephash_entry_t** kmp_dephash::buckets |
Definition at line 2578 of file kmp.h.
Referenced by __kmp_dephash_extend().
size_t kmp_dephash::generation |
Definition at line 2581 of file kmp.h.
Referenced by __kmp_dephash_extend().
kmp_depnode_t* kmp_dephash::last_all |
Definition at line 2580 of file kmp.h.
Referenced by __kmp_dephash_extend().
kmp_uint32 kmp_dephash::nconflicts |
kmp_uint32 kmp_dephash::nelements |
Definition at line 2582 of file kmp.h.
Referenced by __kmp_dephash_extend().
size_t kmp_dephash::size |
Definition at line 2579 of file kmp.h.
Referenced by __kmp_dephash_extend().