Lines Matching full:__thread
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread support" >&53894 $as_echo_n "checking for __thread support... " >&6; }3906 #undef __thread3907 static __thread int a; int foo (int b) { return a + b; }3929 as_fn_error $? "__thread support required" "$LINENO" 5