LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
void ** | addr |
void *** | compiler_cache |
void * | data |
struct kmp_cached_addr * | next |
void** kmp_cached_addr::addr |
Definition at line 1814 of file kmp.h.
Referenced by __kmp_atfork_child(), __kmp_cleanup_threadprivate_caches(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().
void*** kmp_cached_addr::compiler_cache |
Definition at line 1815 of file kmp.h.
Referenced by __kmp_cleanup_threadprivate_caches(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().
void* kmp_cached_addr::data |
Definition at line 1816 of file kmp.h.
Referenced by __kmp_cleanup_threadprivate_caches(), __kmp_find_cache(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().
struct kmp_cached_addr* kmp_cached_addr::next |
Definition at line 1817 of file kmp.h.
Referenced by __kmp_atfork_child(), __kmp_cleanup_threadprivate_caches(), __kmp_find_cache(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().