[libc-commits] [PATCH] D80396: [libc] Add implementation of cnd_* functions from threads.h for linux.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu May 21 17:21:28 PDT 2020
sivachandra updated this revision to Diff 265649.
sivachandra added a comment.
Fix few header guards and a typo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80396/new/
https://reviews.llvm.org/D80396
Files:
libc/config/linux/api.td
libc/lib/CMakeLists.txt
libc/spec/stdc.td
libc/src/threads/CMakeLists.txt
libc/src/threads/cnd_broadcast.h
libc/src/threads/cnd_destroy.h
libc/src/threads/cnd_init.h
libc/src/threads/cnd_signal.h
libc/src/threads/cnd_wait.h
libc/src/threads/linux/CMakeLists.txt
libc/src/threads/linux/cnd_broadcast.cpp
libc/src/threads/linux/cnd_destroy.cpp
libc/src/threads/linux/cnd_init.cpp
libc/src/threads/linux/cnd_signal.cpp
libc/src/threads/linux/cnd_wait.cpp
libc/src/threads/linux/thread_utils.h
libc/test/src/threads/CMakeLists.txt
libc/test/src/threads/cnd_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80396.265649.patch
Type: text/x-patch
Size: 29628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200522/673587cc/attachment-0001.bin>
More information about the libc-commits
mailing list