Lines Matching refs:A
4 __thread struct A a1 = { 4, 5, 6 };
5 __thread struct A a2 = { 7, 8, 9 };
6 __thread struct A a3 __attribute__((tls_model("initial-exec")))
8 __thread struct A a4 __attribute__((tls_model("initial-exec")))
10 static __thread struct A local1 = { 16, 17, 18 };
11 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
31 struct A *
37 struct A *
43 struct A *
49 struct A *
55 struct A *
61 struct A *