Searched refs:local2 (Results 1 – 6 of 6) sorted by relevance
8 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable20 if (local2.a != 31 || local2.b != 32 || local2.c != 33) in check2()45 return &local2; in f10a()69 return local2.c; in f10b()
11 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable27 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1()64 return &local2; in f6a()100 return local2.c; in f6b()
9 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable25 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1()62 return &local2; in f6a()98 return local2.c; in f6b()
44 int *local2 = get_local2 (); in thr_func() local45 TEST_COMPARE (*local2, 0); in thr_func()46 ++*local2; in thr_func()
48 int *local2 = get_local2 (); in thr_func() local49 TEST_COMPARE (*local2, 0); in thr_func()50 ++*local2; in thr_func()
27 static __thread int local2; variable32 return &local2; in get_local2()