LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_dephash_entry Struct Reference

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

Public Attributes

kmp_intptr_t addr
 
kmp_depnode_tlast_out
 
kmp_depnode_list_tlast_set
 
kmp_depnode_list_tprev_set
 
kmp_uint8 last_flag
 
kmp_lock_tmtx_lock
 
kmp_dephash_entry_tnext_in_bucket
 

Detailed Description

Definition at line 2558 of file kmp.h.

Member Data Documentation

◆ addr

kmp_intptr_t kmp_dephash_entry::addr

Definition at line 2559 of file kmp.h.

Referenced by __kmp_dephash_extend(), and __kmp_dephash_find().

◆ last_flag

kmp_uint8 kmp_dephash_entry::last_flag

Definition at line 2563 of file kmp.h.

Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().

◆ last_out

kmp_depnode_t* kmp_dephash_entry::last_out

Definition at line 2560 of file kmp.h.

Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().

◆ last_set

kmp_depnode_list_t* kmp_dephash_entry::last_set

Definition at line 2561 of file kmp.h.

Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().

◆ mtx_lock

kmp_lock_t* kmp_dephash_entry::mtx_lock

Definition at line 2564 of file kmp.h.

Referenced by __kmp_dephash_find(), and __kmp_process_deps().

◆ next_in_bucket

kmp_dephash_entry_t* kmp_dephash_entry::next_in_bucket

◆ prev_set

kmp_depnode_list_t* kmp_dephash_entry::prev_set

Definition at line 2562 of file kmp.h.

Referenced by __kmp_dephash_find(), __kmp_process_dep_all(), and __kmp_process_deps().


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