LLVM OpenMP 22.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 2599 of file kmp.h.
Referenced by __kmp_dephash_extend().
size_t kmp_dephash::generation |
Definition at line 2602 of file kmp.h.
Referenced by __kmp_dephash_extend().
kmp_depnode_t* kmp_dephash::last_all |
Definition at line 2601 of file kmp.h.
Referenced by __kmp_dephash_extend().
kmp_uint32 kmp_dephash::nconflicts |
kmp_uint32 kmp_dephash::nelements |
Definition at line 2603 of file kmp.h.
Referenced by __kmp_dephash_extend().
size_t kmp_dephash::size |
Definition at line 2600 of file kmp.h.
Referenced by __kmp_dephash_extend().