summaryrefslogtreecommitdiff
path: root/libc/src/__support/threads/CMakeLists.txt
AgeCommit message (Expand)Author
2025-07-31[libc] Mutex implementation for single-threaded baremetal (#145358)William Huynh
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan
2024-07-27[libc] fix pthread build issue for full-build mode (#100912)Schrodinger ZHU Yifan
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan
2024-07-15[libc] add a simple TTAS spin lock (#98846)Schrodinger ZHU Yifan
2024-05-21[libc][__support] move CndVar to __support (#89329)Nick Desaulniers (paternity leave)
2024-05-09[libc] Replace `MutexLock` with `cpp::lock_guard` (#89340)Vlad Mishel
2024-02-26[libc][NFC] Move 'sleep_briefly' function to common header (#83074)Joseph Huber
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy
2023-03-06[libc] Add ALIAS option to add_object_library rule.Siva Chandra Reddy
2022-11-11[libc] move fork into threads folderMichael Jones
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy
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-08-02[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.Siva Chandra Reddy
2022-07-09[libc][NFC] Remove the now used thread_attrib target.Siva Chandra Reddy
2022-06-27[libc][NFC] Make the support thread library an object library.Siva Chandra Reddy
2022-06-11[libc] Add pthread_detach and thrd_detach.Siva Chandra Reddy
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-15[libc][Obvious] Fix typo in CMake file.Siva Chandra Reddy
2022-03-04[libc][NFC] Add a platform independent thread support library.Siva Chandra Reddy