Lines Matching full:pthread
526 dnl Allow disablement of pthread.h
1082 dnl pthread locking functions are optional - but llvm will not be thread-safe
1085 AC_CHECK_LIB(pthread, pthread_mutex_init)
1086 AC_SEARCH_LIBS(pthread_mutex_lock,pthread,
1089 AC_SEARCH_LIBS(pthread_rwlock_init,pthread,
1092 AC_SEARCH_LIBS(pthread_getspecific,pthread,
1176 AC_CHECK_HEADERS(pthread.h,