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.h1879 struct shared_common { struct
1880 struct shared_common *next; argument
1881 struct private_data *pod_init;
1882 void *obj_init;
1883 void *gbl_addr;
1884 union {
1887 } ct;
1888 union {
1913 struct shared_common *data[KMP_HASH_TABLE_SIZE]; argument