[libc-commits] [PATCH] D75380: [libc] Add linux implementations of thrd_create and thrd_join functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Feb 28 13:06:03 PST 2020
sivachandra created this revision.
sivachandra added reviewers: abrachet, phosek.
Herald added subscribers: libc-commits, tschuett, jfb, MaskRay, mgorny.
Herald added a project: libc-project.
sivachandra edited the summary of this revision.
sivachandra added a parent revision: D75379: [libc] Add ability to generate enum types/values to HdrGen..
Depends on D75379 <https://reviews.llvm.org/D75379>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75380
Files:
libc/config/linux/api.td
libc/config/linux/threads.h.in
libc/include/CMakeLists.txt
libc/include/threads.h.def
libc/lib/CMakeLists.txt
libc/src/CMakeLists.txt
libc/src/threads/CMakeLists.txt
libc/src/threads/linux/CMakeLists.txt
libc/src/threads/linux/thrd_create.cpp
libc/src/threads/linux/thrd_join.cpp
libc/src/threads/linux/thread_utils.h
libc/src/threads/thrd_create.h
libc/src/threads/thrd_join.h
libc/test/src/CMakeLists.txt
libc/test/src/threads/CMakeLists.txt
libc/test/src/threads/linux/CMakeLists.txt
libc/test/src/threads/linux/thrd_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75380.247352.patch
Type: text/x-patch
Size: 14489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200228/c9d00958/attachment-0001.bin>
More information about the libc-commits
mailing list