Searched refs:tls_var_1 (Results 1 – 2 of 2) sorted by relevance
34 __attribute__((tls_model("initial-exec"))) static __thread int tls_var_1 = 3; variable38 return ++tls_var_1; in bump_static_tls_var_1()
10 static __thread int tls_var_1;12 int* getaddr1() { return &tls_var_1; }