aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/mutex_destructor.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-1/+1
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-13/+7
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-1/+1
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne1-5/+3
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-5/+5
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne1-1/+1
2019-10-23[libc++][NFC] Remove excess trailing newlines from most filesCasey Carter1-1/+0
2019-07-07Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier1-0/+51