Skip to content
Snippets Groups Projects
Commit fda1c01f authored by Daniel Salzman's avatar Daniel Salzman
Browse files

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.
parent c557191c
Branches
Tags
1 merge request!1679concurrent CTL
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment