[libc-commits] [PATCH] D108947: [libc] Add a skeleton for C standard condition variable functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 30 13:59:37 PDT 2021


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

This patch adds a skeleton as a preparatory step for the next patch which
adds the actual implementations of the condition variable functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108947

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/spec.td
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108947.369544.patch
Type: text/x-patch
Size: 12806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210830/29ed5201/attachment-0001.bin>


More information about the libc-commits mailing list