[libc-commits] [PATCH] D74653: [libc] Add simple implementations of mtx_lock and mtx_unlock.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Feb 28 13:06:06 PST 2020
sivachandra updated this revision to Diff 247353.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.
- Seperate enum generation to a different patch
- Use threads from LLVM libc to construct mutex tests
- Remove use of sleep from tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74653/new/
https://reviews.llvm.org/D74653
Files:
libc/config/linux/api.td
libc/lib/CMakeLists.txt
libc/src/threads/linux/CMakeLists.txt
libc/src/threads/linux/mtx_init.cpp
libc/src/threads/linux/mtx_lock.cpp
libc/src/threads/linux/mtx_unlock.cpp
libc/src/threads/linux/thread_utils.h
libc/src/threads/mtx_init.h
libc/src/threads/mtx_lock.h
libc/src/threads/mtx_unlock.h
libc/test/src/threads/linux/CMakeLists.txt
libc/test/src/threads/linux/mtx_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74653.247353.patch
Type: text/x-patch
Size: 14672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200228/bcabb43d/attachment-0001.bin>
More information about the libc-commits
mailing list