LLVM OpenMP 20.0.0git
Public Member Functions | List of all members
kmp_gomp_depends_info_t Class Reference

Public Member Functions

 kmp_gomp_depends_info_t (void **depend)
 
kmp_int32 get_num_deps () const
 
kmp_depend_info_t get_kmp_depend (size_t index) const
 

Detailed Description

Definition at line 36 of file kmp_gsupport.cpp.

Constructor & Destructor Documentation

◆ kmp_gomp_depends_info_t()

kmp_gomp_depends_info_t::kmp_gomp_depends_info_t ( void **  depend)
inline

Definition at line 43 of file kmp_gsupport.cpp.

References KMP_ASSERT.

Member Function Documentation

◆ get_kmp_depend()

kmp_depend_info_t kmp_gomp_depends_info_t::get_kmp_depend ( size_t  index) const
inline

◆ get_num_deps()

kmp_int32 kmp_gomp_depends_info_t::get_num_deps ( ) const
inline

Definition at line 68 of file kmp_gsupport.cpp.

Referenced by KMP_API_NAME_GOMP_TASKWAIT_DEPEND().


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