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