LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
struct shared_common * | next |
struct private_data * | pod_init |
void * | obj_init |
void * | gbl_addr |
union { | |
kmpc_ctor ctor | |
kmpc_ctor_vec ctorv | |
} | ct |
union { | |
kmpc_cctor cctor | |
kmpc_cctor_vec cctorv | |
} | cct |
union { | |
kmpc_dtor dtor | |
kmpc_dtor_vec dtorv | |
} | dt |
size_t | vec_len |
int | is_vec |
size_t | cmn_size |
union { ... } shared_common::cct |
Referenced by __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
kmpc_cctor shared_common::cctor |
Definition at line 1845 of file kmp.h.
Referenced by __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
kmpc_cctor_vec shared_common::cctorv |
Definition at line 1846 of file kmp.h.
Referenced by __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
size_t shared_common::cmn_size |
Definition at line 1854 of file kmp.h.
Referenced by kmp_threadprivate_insert(), and kmp_threadprivate_insert_private_data().
union { ... } shared_common::ct |
Referenced by __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
kmpc_ctor shared_common::ctor |
Definition at line 1841 of file kmp.h.
Referenced by __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
kmpc_ctor_vec shared_common::ctorv |
Definition at line 1842 of file kmp.h.
Referenced by __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
union { ... } shared_common::dt |
kmpc_dtor shared_common::dtor |
Definition at line 1849 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), __kmpc_threadprivate_register(), and __kmpc_threadprivate_register_vec().
kmpc_dtor_vec shared_common::dtorv |
Definition at line 1850 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), and __kmpc_threadprivate_register_vec().
void* shared_common::gbl_addr |
Definition at line 1839 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_find_shared_task_common(), __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), kmp_threadprivate_insert(), and kmp_threadprivate_insert_private_data().
int shared_common::is_vec |
Definition at line 1853 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().
struct shared_common* shared_common::next |
Definition at line 1836 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_find_shared_task_common(), __kmpc_threadprivate_register(), __kmpc_threadprivate_register_vec(), kmp_threadprivate_insert(), and kmp_threadprivate_insert_private_data().
void* shared_common::obj_init |
Definition at line 1838 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), and kmp_threadprivate_insert().
struct private_data* shared_common::pod_init |
Definition at line 1837 of file kmp.h.
Referenced by kmp_threadprivate_insert(), and kmp_threadprivate_insert_private_data().
size_t shared_common::vec_len |
Definition at line 1852 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), __kmpc_threadprivate_register_vec(), and kmp_threadprivate_insert().