mirror of
https://github.com/boostorg/thread.git
synced 2026-01-24 18:32:32 +00:00
* Fixed the interruption-point versions of sleep_for/sleep_until() to always use condition variables. * Fixed the no-interruption-point versions of sleep_for/sleep_until() to use pthread_delay_np or nanosleep whenever possible. * Updated hidden::sleep_for() to always use a condition variable. * Updated no_interruption_point::hidden::sleep_for() to use pthread_delay_np or nanosleep whenever possible.