Lines Matching refs:A
4 __thread struct A a1 = { 4, 5, 6 };
5 __thread struct A a3 __attribute__((tls_model("initial-exec")))
7 extern __thread struct A a4 __attribute__((tls_model("initial-exec")));
8 static __thread struct A local1 = { 16, 17, 18 };
9 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
29 struct A *
35 struct A *
41 struct A *
47 struct A *
53 struct A *
59 struct A *