Bug #214
OS X lacks sem_timedwait
Start date:
10.08.2012
Due date:
Estimated time:
Affected version:
5.0.0
Resolution:
Description
OS X (and probably other BSDs) does not support the sem_timedwait call. Implement a workaround.
Associated revisions
History
#1 Updated by Martin Willi almost 10 years ago
- Status changed from New to Closed
- Assignee set to Martin Willi
Fixed with associated commit.
Add a mutex/condvar based semaphore implementation if sem_timedwait is unavailable
Fixes #214.