aboutsummaryrefslogtreecommitdiff
path: root/libc/src/threads/linux/thrd_create.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-07[libc] Add a linux Thread class in __support/threads.Siva Chandra Reddy1-153/+0
2022-04-02[libc][NFC] Do not call mmap and munmap from thread functions.Siva Chandra Reddy1-13/+29
2022-03-31[libc] Enable threads.h functions on aarch64.Siva Chandra1-7/+43
2022-03-01[libc] Remove the remaining uses of stdatomic.h.Siva Chandra Reddy1-4/+4
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy1-5/+5
2021-12-07[libc] apply new lint rulesMichael Jones1-7/+7
2021-08-30[libc] Ensure the result of the clone syscall is not on stack in thrd_create.Siva Chandra Reddy1-1/+3
2021-08-26[libc][NFC] Move the mutex implementation into a utility class.Siva Chandra Reddy1-4/+4
2021-01-09[libc][NFC] add includes for internal headers to all libc functionsMichael Jones1-0/+1
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones1-2/+2
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth1-1/+1
2020-03-09[libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy1-0/+98
2020-03-05[libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy1-74/+0
2020-03-05[libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy1-0/+74