Lines Matching refs:threadsafe_flag
6493 threadsafe_flag=
6496 test "$GCC" = yes && threadsafe_flag="-pthread"
6498 threadsafe_flag="-D_THREAD_SAFE"
6502 threadsafe_flag="-pthreads"
6506 if test -n "$threadsafe_flag"; then
6508 CFLAGS="$CFLAGS $threadsafe_flag"
6523 $as_echo "yes" >&6; }; PYTHON_CFLAGS="$PYTHON_CFLAGS $threadsafe_flag"
6841 threadsafe_flag=
6844 test "$GCC" = yes && threadsafe_flag="-pthread"
6846 threadsafe_flag="-D_THREAD_SAFE"
6850 threadsafe_flag="-pthreads"
6854 if test -n "$threadsafe_flag"; then
6856 CFLAGS="$CFLAGS $threadsafe_flag"
6871 $as_echo "yes" >&6; }; PYTHON3_CFLAGS="$PYTHON3_CFLAGS $threadsafe_flag"