[libcxx-commits] [PATCH] D151559: [libc++] implement std::`jthread`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 05:38:24 PDT 2023


huixie90 updated this revision to Diff 532616.
huixie90 added a comment.

update <thread>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151559

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__stop_token/stop_state.h
  libcxx/include/__thread/jthread.h
  libcxx/include/module.modulemap.in
  libcxx/include/thread
  libcxx/test/std/thread/thread.jthread/assign.move.pass.cpp
  libcxx/test/std/thread/thread.jthread/cons.default.pass.cpp
  libcxx/test/std/thread/thread.jthread/cons.func.token.pass.cpp
  libcxx/test/std/thread/thread.jthread/cons.move.pass.cpp
  libcxx/test/std/thread/thread.jthread/copy.delete.compile.pass.cpp
  libcxx/test/std/thread/thread.jthread/detach.pass.cpp
  libcxx/test/std/thread/thread.jthread/dtor.pass.cpp
  libcxx/test/std/thread/thread.jthread/get_id.pass.cpp
  libcxx/test/std/thread/thread.jthread/get_stop_source.pass.cpp
  libcxx/test/std/thread/thread.jthread/get_stop_token.pass.cpp
  libcxx/test/std/thread/thread.jthread/hardware_concurrency.pass.cpp
  libcxx/test/std/thread/thread.jthread/join.pass.cpp
  libcxx/test/std/thread/thread.jthread/joinable.pass.cpp
  libcxx/test/std/thread/thread.jthread/nodiscard.verify.cpp
  libcxx/test/std/thread/thread.jthread/request_stop.pass.cpp
  libcxx/test/std/thread/thread.jthread/swap.free.pass.cpp
  libcxx/test/std/thread/thread.jthread/swap.member.pass.cpp
  libcxx/test/std/thread/thread.jthread/typedef.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151559.532616.patch
Type: text/x-patch
Size: 43455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230619/d984c2cd/attachment-0001.bin>


More information about the libcxx-commits mailing list