Home | History | Annotate | Download | only in fio

Lines Matching refs:__thread

983 # Whether or not __thread is supported for TLS
987 static __thread int ret;
993 if compile_prog "" "" "__thread"; then
996 echo "__thread $tls_thread"