summaryrefslogtreecommitdiff
path: root/libc/src/__support/threads/thread.cpp
AgeCommit message (Expand)Author
2025-01-08[libc] Fix return value of __cxa_thread_atexit_impl function. (#122171)Alexey Samsonov
2024-08-02[libc] inline thread self (#101739)Schrodinger ZHU Yifan
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-09[libc] Replace `MutexLock` with `cpp::lock_guard` (#89340)Vlad Mishel
2024-05-07[libc] clean up futex usage (#91163)Schrodinger ZHU Yifan
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy
2023-04-19[LIBC] Fix incorrect behavior with pthread_key_t when value was nullptrNoah Goldstein
2022-08-12[libc] Add implemementations of thread specific data related API.Siva Chandra Reddy
2022-08-10[libc] Add implementation of pthread_exit and thrd_exit.Siva Chandra Reddy
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy
2022-07-09[libc][NFC] Remove the now used thread_attrib target.Siva Chandra Reddy