summaryrefslogtreecommitdiff
path: root/libcxx/include/__thread/jthread.h
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)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-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-09-16[libc++] implement std::`jthread`Hui