summaryrefslogtreecommitdiff
path: root/libc/test/integration/src/threads
AgeCommit message (Expand)Author
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-03-16[libc] Remove startup option from integration testsJoseph Huber
2023-03-12[libc][NFC] Reduce the number of threads created in cnd_test to 1000 form 10000.Siva Chandra Reddy
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-08-12[libc] Add implemementations of thread specific data related API.Siva Chandra Reddy
2022-08-11[libc][Obvious] Fix thrd_join's first arg.Siva Chandra Reddy
2022-08-10[libc] Add implementation of pthread_exit and thrd_exit.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 threads unittests in to integration tests.Siva Chandra Reddy