[libcxx-commits] [PATCH] D68480: Implementation of C++20's P1135R6 for libcxx

Olivier Giroux via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 4 13:22:19 PDT 2019


__simt__ updated this revision to Diff 223274.
__simt__ added a comment.

Cleaned up the patch a bit.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68480/new/

https://reviews.llvm.org/D68480

Files:
  include/__config
  include/__threading_support
  include/atomic
  include/barrier
  include/chrono
  include/cstddef
  include/latch
  include/semaphore
  include/stdexcept
  include/type_traits
  src/CMakeLists.txt
  src/atomic.cpp
  src/barrier.cpp
  test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
  test/std/thread/thread.barrier/arrive.pass.cpp
  test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
  test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
  test/std/thread/thread.barrier/completion.pass.cpp
  test/std/thread/thread.barrier/version.pass.cpp
  test/std/thread/thread.latch/arrive_and_wait.pass.cpp
  test/std/thread/thread.latch/count_down.pass.cpp
  test/std/thread/thread.latch/try_wait.pass.cpp
  test/std/thread/thread.latch/version.pass.cpp
  test/std/thread/thread.semaphore/acquire.pass.cpp
  test/std/thread/thread.semaphore/max.pass.cpp
  test/std/thread/thread.semaphore/release.pass.cpp
  test/std/thread/thread.semaphore/timed.pass.cpp
  test/std/thread/thread.semaphore/try_acquire.pass.cpp
  test/std/thread/thread.semaphore/version.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68480.223274.patch
Type: text/x-patch
Size: 81388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191004/56781319/attachment-0001.bin>


More information about the libcxx-commits mailing list