LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
kmp_intptr_t | addr |
kmp_depnode_t * | last_out |
kmp_depnode_list_t * | last_set |
kmp_depnode_list_t * | prev_set |
kmp_uint8 | last_flag |
kmp_lock_t * | mtx_lock |
kmp_dephash_entry_t * | next_in_bucket |
kmp_intptr_t kmp_dephash_entry::addr |
Definition at line 2568 of file kmp.h.
Referenced by __kmp_dephash_extend(), and __kmp_dephash_find().
kmp_uint8 kmp_dephash_entry::last_flag |
Definition at line 2572 of file kmp.h.
Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().
kmp_depnode_t* kmp_dephash_entry::last_out |
Definition at line 2569 of file kmp.h.
Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().
kmp_depnode_list_t* kmp_dephash_entry::last_set |
Definition at line 2570 of file kmp.h.
Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().
kmp_lock_t* kmp_dephash_entry::mtx_lock |
Definition at line 2573 of file kmp.h.
Referenced by __kmp_dephash_find(), and __kmp_process_deps().
kmp_dephash_entry_t* kmp_dephash_entry::next_in_bucket |
Definition at line 2574 of file kmp.h.
Referenced by __kmp_dephash_extend(), __kmp_dephash_find(), __kmp_dephash_free_entries(), and __kmp_process_dep_all().
kmp_depnode_list_t* kmp_dephash_entry::prev_set |
Definition at line 2571 of file kmp.h.
Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().