summaryrefslogtreecommitdiff
path: root/libc/src/threads/linux/mtx_lock.cpp
AgeCommit message (Expand)Author
2022-03-04[libc][NFC] Add a platform independent thread support library.Siva Chandra Reddy
2021-08-26[libc][NFC] Move the mutex implementation into a utility class.Siva Chandra Reddy
2021-08-23[libc] Add a multi-waiter mutex test.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] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy