[libcxx-commits] [PATCH] D65339: Implement std::condition_variable via pthread_cond_clockwait() where available
Tom via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 10 13:21:04 PDT 2019
tomcherry updated this revision to Diff 219593.
tomcherry added a comment.
Restore original behavior that cv_status::timeout is immediately returned if the absolute time of wait_until() has already passed.
Fix return 0 location in test.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65339/new/
https://reviews.llvm.org/D65339
Files:
include/__config
include/__mutex_base
test/std/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65339.219593.patch
Type: text/x-patch
Size: 9460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190910/077a18c3/attachment.bin>
More information about the libcxx-commits
mailing list