Home | History | Annotate | Download | only in sdl-1.2.15

Lines Matching full:pthread

1853     dnl Check for pthread support
1858 AC_ARG_ENABLE(pthread-sem,
1859 AC_HELP_STRING([--enable-pthread-sem], [use pthread semaphores [[default=yes]]]),
1877 pthread_lib="-pthread"
1885 pthread_lib="-pthread"
1927 # Add the pthread compiler flags and libraries
1929 # Check to see if we have pthread support on this system
1933 #include <pthread.h>
1944 # Do futher testing if we have pthread support...
1954 # Add the pthread compiler flags and libraries
1962 #include <pthread.h>
1973 #include <pthread.h>
1984 # Check to see if pthread semaphore support is missing
1986 AC_MSG_CHECKING(for pthread semaphores)
1989 #include <pthread.h>
2001 #include <pthread.h>
2016 SOURCES="$SOURCES $srcdir/src/thread/pthread/SDL_systhread.c"
2021 SOURCES="$SOURCES $srcdir/src/thread/pthread/SDL_syssem.c"
2028 SOURCES="$SOURCES $srcdir/src/thread/pthread/SDL_sysmutex.c"
2032 SOURCES="$SOURCES $srcdir/src/thread/pthread/SDL_syscond.c"