ctl: add a workaround for macOS
The functions pthread_rwlock_timedwrlock() and pthread_rwlock_timedrdlock() are not available on macOS. Use not non-timed variants pthread_rwlock_wrlock() and pthread_rwlock_rdlock() instead.
Please register or sign in to comment