[libcxx-commits] [PATCH] D154464: [libc++] Move __thread_id out of <__threading_support>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 4 14:41:52 PDT 2023


ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This makes <__threading_support> closer to handling only the bridge
between the system's implementation of threading and the rest of libc++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154464

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__thread/formatter.h
  libcxx/include/__thread/id.h
  libcxx/include/__thread/thread.h
  libcxx/include/__threading_support
  libcxx/include/mutex
  libcxx/src/mutex.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154464.537181.patch
Type: text/x-patch
Size: 11627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230704/16148854/attachment.bin>


More information about the libcxx-commits mailing list