commit | 68c7dc6b9647405089bdf882261d4cf7d302d7d7 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Aug 27 15:37:49 2019 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 27 17:50:48 2019 -0400 |
tree | 9afb876a4512f601c6746f2470c8b66d123bc65b | |
parent | 3f93f8955858fb88b802e3a536f96fd5c0ccddc5 [diff] |
posix: pthread: pthread_cond_timedwait should accept absolute deadline Instead, it was coded as if it accepted a relative timeout. Normative reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html Fixes: #17812 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>