[libc-commits] [PATCH] D108948: [libc] Add implementations of the C standard condition variable functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 7 21:01:18 PDT 2021


sivachandra updated this revision to Diff 371253.
sivachandra added a comment.

Rebase and add another test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108948/new/

https://reviews.llvm.org/D108948

Files:
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/CndVar.h
  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/test/src/threads/CMakeLists.txt
  libc/test/src/threads/cnd_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108948.371253.patch
Type: text/x-patch
Size: 15010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210908/90795ce9/attachment.bin>


More information about the libc-commits mailing list