Lines Matching refs:PTHREAD
148 PTHREAD=
151 CC="$CC -pthread"
152 AC_MSG_CHECKING(for gcc -pthread support);
153 AC_TRY_LINK([#include <pthread.h>],
155 PTHREAD="yes"
160 if test "X$PTHREAD" != "Xyes"; then
161 AC_CHECK_LIB(pthread, pthread_create,,
169 AC_CHECK_LIB(pthread, pthread_create,,
170 AC_CHECK_LIB(pthread, __pthread_create,,
171 AC_CHECK_LIB(pthread, __pthread_create_system,,