summaryrefslogtreecommitdiff
path: root/libc/src/__support/threads/mutex.h
AgeCommit message (Expand)Author
2025-08-06[libc] Change LIBC_THREAD_LOCAL to be dependent on LIBC_THREAD_MODE (#151527)William Huynh
2025-07-31[libc] Mutex implementation for single-threaded baremetal (#145358)William Huynh
2024-05-28[libc] clean up MutexLock (#93619)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-07-03[libc] Correct usage of __unix__ and __linux__Alfred Persson Forsberg
2023-04-26[libc] Partially implement `atexit` on the GPUJoseph Huber
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-04[libc][NFC] Add a platform independent thread support library.Siva Chandra Reddy