Bug #214
OS X lacks sem_timedwait
| Status: | Closed | Start date: | 10.08.2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Martin Willi | % Done: | 0% | |
| Category: | - | |||
| Target version: | 5.0.1 | |||
| 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
Add a mutex/condvar based semaphore implementation if sem_timedwait is unavailable
Fixes #214.
History
#1 Updated by Martin Willi 10 months ago
- Status changed from New to Closed
- Assignee set to Martin Willi
Fixed with associated commit.