Use simple pthread_rwlock in place of our custom adaptive rwlock

This commit is contained in:
Ondřej Surý
2018-08-16 15:03:42 +02:00
parent 158ab9afd4
commit 64fbffbbaa
5 changed files with 99 additions and 10 deletions

View File

@@ -309,6 +309,9 @@
/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT
/* Define to 1 if you have the `pthread_rwlock_rdlock' function. */
#undef HAVE_PTHREAD_RWLOCK_RDLOCK
/* Define to 1 if you have the `pthread_setaffinity_np' function. */
#undef HAVE_PTHREAD_SETAFFINITY_NP