summaryrefslogtreecommitdiff
path: root/libc/src/threads
AgeCommit message (Expand)Author
2021-08-23[libc] Add a multi-waiter mutex test.Siva Chandra Reddy
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet
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-05-28[libc] Add implementation of call_once from threads.h.Siva Chandra Reddy
2020-05-28[libc][NFC][Obvious] Fix few header guards in src/threads.Siva Chandra Reddy
2020-05-13[libc] Call mtx_init in mtx_test.Siva Chandra Reddy
2020-05-12[libc][Obvious] Fix deps of few threads targets.Siva Chandra Reddy
2020-04-23[libc] Surround get_start_args_addr in __llvm_libc namespace.Paula Toth
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-04-06[libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-03-28[libc][NFC] Ensure internal implementation is in __llvm_libc namespaceAlex Brachet
2020-03-09[libc] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy
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