summaryrefslogtreecommitdiff
path: root/libc/test/integration/src/pthread
AgeCommit message (Expand)Author
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-11[libc] Update errno usage in integration tests. (#158147)Alexey Samsonov
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-12[libc][pthread] fix -Wmissing-field-initializers (#126314)Nick Desaulniers
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan
2024-07-28[libc] fix rwlock test (#100962)Schrodinger ZHU Yifan
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric977
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-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-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-22[libc] Fix pthread_create_test for 32 bit systems (#66564)Mikhail R. Gadelha
2023-05-22[libc] Add -fno-exceptions and -fno-rtti to integration test build.Siva Chandra Reddy
2023-05-22Support custom attributes in pthread_createNoah Goldstein
2023-04-20[LIBC] Fix incorrect handling of `pthread_join(tid, nullptr)`Noah Goldstein
2023-04-19[LIBC] Fix incorrect behavior with pthread_key_t when value was nullptrNoah Goldstein
2023-04-14[LIBC] Actually assert no errors in `pthread_call_once` in its test; NFCNoah Goldstein
2023-04-02[libc] Fix missing include for pthread testsGuillaume Chatelet
2023-03-16[libc] Remove startup option from integration testsJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet
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-30[libc] Compile integration tests with -ffreestanding to avoid mixup with syst...Siva Chandra Reddy
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy
2022-06-23[libc][NFC] Convert pthread tests which create threads to integration tests.Siva Chandra Reddy