PengZheng opened a new pull request #378:
URL: https://github.com/apache/celix/pull/378


   Adjusting system clock between `clock_gettime(CLOCK_REALTIME)` and
   `pthread_cond_timedwait` may lead to unexpected long blocking. To fix it,
   we use `CLOCK_MONOTONIC` on platforms that support it, while on Mac OS
   which does not support `CLOCK_MONOTONIC` we have
   `pthread_cond_timedwait_relative_np`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to