[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 Aug 13 16:16:45 PDT 2019


tomcherry updated this revision to Diff 214967.
tomcherry added a comment.

Add __safe_nanosecond_cast


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.214967.patch
Type: text/x-patch
Size: 9340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190813/80191de7/attachment.bin>


More information about the libcxx-commits mailing list