summaryrefslogtreecommitdiff
path: root/libc/src/__support/threads/linux
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2024-12-02Fixes #118231: Corrected spelling mistake in has_acitive_owner function (#118...Shankhin
2024-11-26[libc] suppress more clang-cl warnings (#117718)Schrodinger ZHU Yifan
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan
2024-07-22[libc] Use `<assert.h>` in overlay mode for LIBC_ASSERT (#99875)Joseph Huber
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-12[libc] Remove warnings on default valuesJoseph Huber
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-06-27[libc] inline fast path of callonce (#96226)Schrodinger ZHU Yifan
2024-06-14[libc] fix build errors (#95613)Schrodinger ZHU Yifan
2024-06-14[libc] fix build errors (#95600)Schrodinger ZHU Yifan
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan
2024-06-13Revert "[libc] fix aarch64 linux full build (#95358)" (#95419)Schrodinger ZHU Yifan
2024-06-13[libc] fix aarch64 linux full build (#95358)Schrodinger ZHU Yifan
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan
2024-05-28[libc] clean up MutexLock (#93619)Schrodinger ZHU Yifan
2024-05-21[libc][__support] move CndVar to __support (#89329)Nick Desaulniers (paternity leave)
2024-05-13[libc] add timeout and clock conversion utilities (#91905)Schrodinger ZHU Yifan
2024-05-10[libc] avoid cmpxchg on the fastpath of callonce (#91748)Schrodinger ZHU Yifan
2024-05-07[libc] fix typo due to futex renaming (#91379)Schrodinger ZHU Yifan
2024-05-07[libc] clean up futex usage (#91163)Schrodinger ZHU Yifan
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-08[libc] set -Wno-frame-address for thread.cpp (#77140)Nick Desaulniers
2023-12-05[libc] remove spurious LIBC_INLINE (#74505)Nick Desaulniers
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha
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-29[libc] Fix the remaining old style includesPetr Hosek
2023-08-09[libc] Better IntegerToString APIGuillaume Chatelet
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet
2023-08-08[libc] Better IntegerToString APIGuillaume 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
2023-06-30[libc] Fix more inline definitionsRoland McGrath
2023-05-22Cleanup code in `thread_exit`Noah Goldstein
2023-05-22Support custom attributes in pthread_createNoah Goldstein
2023-04-21[libc] Another fix to add a null-terminator to the pthread name.Siva Chandra Reddy
2023-04-20[libc] Add null-terminator to the thread name obtained from the syscall.Siva Chandra Reddy
2023-04-17[libc][NFC] Standardize missing syscalls error messages.Mikhail R. Gadelha
2023-03-13[libc] Special case sniffing of thread start args for riscv.Siva Chandra
2023-03-09[libc] Extend the linux thread implementation for riscv64.Siva Chandra