[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
Wed Jun 1 18:46:32 PDT 2022
sivachandra updated this revision to Diff 433616.
sivachandra added a comment.
Address comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126718/new/
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.433616.patch
Type: text/x-patch
Size: 20239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220602/c6cfe013/attachment-0001.bin>
More information about the libc-commits
mailing list