Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[osx] use CLOCK_REALTIME for init_timeout
#1511 changed osx clocks to use CLOCK_MONOTONIC_RAW, but that is an issue for the timeout structure because pthread expects an absolute system time. This resulted in timed event calls returning instantly.
- Loading branch information