#include <kmp.h>
Data Fields | |
| size_t | cmn_size |
| void * | gbl_addr |
| struct private_common * | link |
| struct private_common * | next |
| void * | par_addr |
Definition at line 1324 of file kmp.h.
| size_t private_common::cmn_size |
Definition at line 1329 of file kmp.h.
Referenced by __kmpc_threadprivate(), and kmp_threadprivate_insert().
| void* private_common::gbl_addr |
Definition at line 1327 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 [read] |
Definition at line 1326 of file kmp.h.
Referenced by __kmp_common_destroy_gtid(), and kmp_threadprivate_insert().
struct private_common* private_common::next [read] |
Definition at line 1325 of file kmp.h.
Referenced by __kmp_threadprivate_find_task_common(), __kmpc_threadprivate_cached(), and kmp_threadprivate_insert().
| void* private_common::par_addr |
Definition at line 1328 of file kmp.h.
Referenced by __kmp_common_destroy(), __kmp_common_destroy_gtid(), __kmpc_threadprivate(), and kmp_threadprivate_insert().
1.6.1