summaryrefslogtreecommitdiff
path: root/libc/src/__support/threads/linux/mutex.h
AgeCommit message (Expand)Author
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan
2024-05-07[libc] clean up futex usage (#91163)Schrodinger ZHU Yifan
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha
2022-09-30[libc] add syscall functionMichael Jones
2022-04-07[libc] Add a linux Thread class in __support/threads.Siva Chandra Reddy
2022-03-18[libc][NFC] Add the platform independent file target only if mutex is available.Siva Chandra Reddy
2022-03-16[libc] Remove references to the std threads library from __support/threads.Siva Chandra Reddy
2022-03-16[libc][Obvious] Add missing licence headers and fix an include pattern.Siva Chandra Reddy
2022-03-15[libc][NFC] Fix typos and reduntent code triggering compiler warinings.Siva Chandra Reddy
2022-03-04[libc][NFC] Add a platform independent thread support library.Siva Chandra Reddy