[libcxx-commits] [PATCH] D154354: [libc++] Fix thread annotations on shared_mutex and shared_timed_mutex

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 3 08:06:02 PDT 2023


ldionne created this revision.
ldionne added reviewers: aaronpuchert, phosek.
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++.

Based on the comment in https://reviews.llvm.org/D54290#4418958, these
attributes need to be on the top-level functions in order to work
properly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154354

Files:
  libcxx/include/shared_mutex

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154354.536779.patch
Type: text/x-patch
Size: 5492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230703/b0cbfa5f/attachment-0001.bin>


More information about the libcxx-commits mailing list