Home | History | Annotate | Download | only in src

Lines Matching refs:WITH_THREADS

823 WITH_THREADS
1009 with_threads
11473 if test "${with_threads+set}" = set; then :
11474 withval=$with_threads;
11676 if test "$with_threads" = ""
11678 with_threads=no
13661 WITH_THREADS=0
13666 if test "$with_threads" = "no" ; then
13670 if test "$with_threads" = "pthread" || test "$with_threads" = "" || test "$with_threads" = "yes" ; then
13718 WITH_THREADS="1"
13727 WITH_THREADS="1"
13734 *beos*) WITH_THREADS="1"
13760 if test "$WITH_THREADS" = "1" ; then
13765 if test "$with_thread_alloc" = "yes" -a "$WITH_THREADS" = "1" ; then