Lines Matching refs:pthread_create
42 dnl pthread_create is in $LIBS (ie: don't bring in
134 dnl pthread_create() in $LIBS
137 dnl [skipped] pthread_create() with -mt (Solaris) [disabled]
138 dnl pthread_create() with -kthread (FreeBSD)
139 dnl pthread_create() with -pthread (FreeBSD/Digital Unix)
140 dnl pthread_create() with -pthreads (?)
141 dnl pthread_create() with -mthreads (AIX)
142 dnl pthread_create() with -thread (?)
149 dnl pthread_create() in -lpthread (many)
150 dnl pthread_create() in -lc_r (FreeBSD)
153 dnl pthread_create() with -threads (OSF/1)
159 dnl pthread_create() in -lpthreads (many)
162 dnl pthread_create in $LIBS
163 AC_CACHE_CHECK([for pthread_create in default libraries],
293 AC_CACHE_CHECK([if pthread_create() works],
302 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
380 pthread_create(&t, pthread_attr_default, task, NULL);
382 pthread_create(&t, NULL, task, NULL);