Home | History | Annotate | Download | only in 0.153

Lines Matching full:__thread

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