Lines Matching full:pthread
535 dnl Allow disablement of pthread.h
1275 dnl pthread locking functions are optional - but llvm will not be thread-safe
1278 AC_CHECK_LIB(pthread, pthread_mutex_init)
1279 AC_SEARCH_LIBS(pthread_mutex_lock,pthread,
1282 AC_SEARCH_LIBS(pthread_rwlock_init,pthread,
1285 AC_SEARCH_LIBS(pthread_getspecific,pthread,
1370 AC_CHECK_HEADERS(pthread.h,