HomeFreeBSD

MFC r318516: Fix time handling in cv_timedwait_hires().

Description

MFC r318516: Fix time handling in cv_timedwait_hires().

pthread_cond_timedwait() receives absolute time, not relative. Passing
wrong time there caused two threads of zdb to spin in a tight loop.

Details

Provenance
mavAuthored on
Parents
rS318908: bsdgrep: add --mmap tests
Branches
Unknown
Tags
Unknown