Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h1571 struct shared_common { struct
1572 struct shared_common *next; argument
1573 struct private_data *pod_init;
1574 void *obj_init;
1575 void *gbl_addr;
1576 union {
1579 } ct;
1580 union {
1605 struct shared_common *data[KMP_HASH_TABLE_SIZE]; argument