[libcxx-commits] [PATCH] D150205: [libc++] Utilities for implementing stop_token

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 12 03:23:58 PDT 2023


huixie90 created this revision.
Herald added a project: All.
huixie90 updated this revision to Diff 520749.
huixie90 added a comment.
huixie90 updated this revision to Diff 520788.
huixie90 updated this revision to Diff 521567.
huixie90 updated this revision to Diff 521583.
huixie90 published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

ci


huixie90 added a comment.

add tests


huixie90 added a comment.

CI


huixie90 added a comment.

CI


This change contains three util classes that were out from D145183 <https://reviews.llvm.org/D145183> to make incremental progress

- automic_unique_lock
- intrusive_list
- intrusive_shared_ptr


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150205

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__stop_token/atomic_unique_lock.h
  libcxx/include/__stop_token/intrusive_list.h
  libcxx/include/__stop_token/intrusive_shared_ptr.h
  libcxx/include/libcxx.imp
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/thread/thread.stoptoken/atomic_unique_lock.pass.cpp
  libcxx/test/libcxx/thread/thread.stoptoken/intrusive_list.pass.cpp
  libcxx/test/libcxx/thread/thread.stoptoken/intrusive_shared_ptr.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150205.521583.patch
Type: text/x-patch
Size: 23706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230512/db9dcac0/attachment-0001.bin>


More information about the libcxx-commits mailing list