Home
last modified time | relevance | path

Searched defs:shared_common (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1827 struct shared_common { struct
1828 struct shared_common *next; argument
1829 struct private_data *pod_init;
1830 void *obj_init;
1831 void *gbl_addr;
1832 union {
1835 } ct;
1836 union {
1861 struct shared_common *data[KMP_HASH_TABLE_SIZE]; argument