[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
Wed Sep 11 18:07:09 PDT 2019
tomcherry updated this revision to Diff 219840.
tomcherry added a comment.
Add an extra conversion since clocks might not necessarily return nanoseconds from time_from_epoch().
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.219840.patch
Type: text/x-patch
Size: 9520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190912/c375d572/attachment-0001.bin>
More information about the libcxx-commits
mailing list