|
LLVM OpenMP 22.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 1838 of file kmp.h.
Referenced by __kmp_cleanup_threadprivate_caches(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().
| void*** kmp_cached_addr::compiler_cache |
Definition at line 1839 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 1840 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 1841 of file kmp.h.
Referenced by __kmp_cleanup_threadprivate_caches(), __kmp_find_cache(), __kmp_threadprivate_resize_cache(), and __kmpc_threadprivate_cached().