Lines Matching refs:threads
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
25 # If you are only building threads programs, you may wish to use these
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
98 # etcetera environment variables, and if threads linking works using
116 # We must check for the threads library under a number of different
132 # none: in case threads are in libc; should be tried before -Kthread and
134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
137 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
140 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
310 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files…