|
LLVM OpenMP 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
| struct private_common * | next |
| struct private_common * | link |
| void * | gbl_addr |
| void * | par_addr |
| size_t | cmn_size |
| size_t private_common::cmn_size |
Definition at line 1856 of file kmp.h.
Referenced by __kmpc_threadprivate(), and kmp_threadprivate_insert().
| void* private_common::gbl_addr |
Definition at line 1854 of file kmp.h.
Referenced by __kmp_common_destroy_gtid(), __kmp_threadprivate_find_task_common(), and kmp_threadprivate_insert().
| struct private_common* private_common::link |
Definition at line 1853 of file kmp.h.
Referenced by __kmp_common_destroy_gtid(), and kmp_threadprivate_insert().
| struct private_common* private_common::next |
Definition at line 1852 of file kmp.h.
Referenced by __kmp_threadprivate_find_task_common(), and kmp_threadprivate_insert().
| void* private_common::par_addr |
Definition at line 1855 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), __kmpc_threadprivate(), and kmp_threadprivate_insert().