Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp.h1605 struct shared_common { struct
1606 struct shared_common *next; argument
1607 struct private_data *pod_init;
1608 void *obj_init;
1609 void *gbl_addr;
1610 union {
1613 } ct;
1614 union {
1639 struct shared_common *data[KMP_HASH_TABLE_SIZE]; argument