[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
Fri Jul 26 12:17:15 PDT 2019
tomcherry updated this revision to Diff 211980.
tomcherry added a comment.
Clarify that pthread_cond_clockwait() is only proposed to POSIX.
Remove enable_if.
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.211980.patch
Type: text/x-patch
Size: 9080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190726/632cd85c/attachment.bin>
More information about the libcxx-commits
mailing list