[libc-commits] [PATCH] D126718: [libc] Add pthread_create and pthread_join functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 31 13:26:37 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
They do not yet support all the feature/attributes in pthread_attr_t.
Future changes will add such support.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126718
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/__pthread_start_t.h
libc/include/llvm-libc-types/__thread_type.h
libc/include/llvm-libc-types/pthread_t.h
libc/include/llvm-libc-types/thrd_t.h
libc/spec/posix.td
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_create.cpp
libc/src/pthread/pthread_create.h
libc/src/pthread/pthread_join.cpp
libc/src/pthread/pthread_join.h
libc/test/src/pthread/CMakeLists.txt
libc/test/src/pthread/pthread_mutex_test.cpp
libc/test/src/pthread/pthread_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126718.433172.patch
Type: text/x-patch
Size: 20255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220531/c9ff88dc/attachment-0001.bin>
More information about the libc-commits
mailing list