[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
Mon Aug 30 14:01:34 PDT 2021


sivachandra created this revision.
sivachandra added reviewers: mcgrathr, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, jfb, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.369546.patch
Type: text/x-patch
Size: 12762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210830/d2c521c0/attachment.bin>


More information about the libc-commits mailing list