summaryrefslogtreecommitdiff
path: root/libcxx/include/__thread/this_thread.h
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-06-17[libc++][NFC] Granularise <thread> headerHui