diff options
author | John Barboza <jbarboza@ca.ibm.com> | 2018-01-17 10:30:48 -0500 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2018-02-15 16:15:23 +0100 |
commit | 1ded66908dba4fbd11e68471afbba17ac18361cd (patch) | |
tree | 2608c5bc3ba18a4c3962f16c40ff8351b1a3d89c /docs/src/conf.py | |
parent | 95e44dd46e5e2ae146a367759a6830eb51d49fc7 (diff) | |
download | libuv-1ded66908dba4fbd11e68471afbba17ac18361cd.tar.gz libuv-1ded66908dba4fbd11e68471afbba17ac18361cd.zip |
zos: fix timeout for condition variable
The pthread_cond_timedwait requires a timeout relative to the Epoch.
So don't use uv__hrtime to set the timeout because it is relative to an
arbitrary time in the past. Use gettimeofday instead.
PR-URL: https://github.com/libuv/libuv/pull/1711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jamie Davis <davisjam@vt.edu>
Diffstat (limited to 'docs/src/conf.py')
0 files changed, 0 insertions, 0 deletions