Lines Matching refs:gl_use_threads
6960 enableval=$enable_threads; gl_use_threads=$enableval
6963 gl_use_threads="$gl_use_threads_default"
6966 osf*) gl_use_threads=no ;;
6969 1.[0-5].*) gl_use_threads=no ;;
6970 *) gl_use_threads=yes ;;
6975 yes) gl_use_threads=posix ;;
6976 no) gl_use_threads=windows ;;
6977 *) gl_use_threads=yes ;;
6980 *) gl_use_threads=yes ;;
6986 if test "$gl_use_threads" = yes \
6987 || test "$gl_use_threads" = isoc \
6988 || test "$gl_use_threads" = posix \
6989 || test "$gl_use_threads" = isoc+posix; then
16899 if test "$gl_use_threads" != no; then
17011 if test "$gl_use_threads" = isoc || test "$gl_use_threads" = isoc+posix; then
17015 if test "$gl_use_threads" = yes \
17016 || test "$gl_use_threads" = posix \
17017 || test "$gl_use_threads" = isoc+posix; then
17375 if test "$gl_use_threads" = isoc+posix && test "$gl_have_isoc_threads" = yes; then
17412 if test "$gl_use_threads" = isoc && test "$gl_have_isoc_threads" = yes; then
17863 case "$gl_use_threads" in
28097 mingw*) if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then