[libc-commits] [PATCH] D108948: [libc] Add implementations of the C standard condition variable functions.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Sep 27 15:43:18 PDT 2021
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: libc/src/threads/linux/CndVar.h:59
+ CndWaiter waiter;
+ {
+ MutexLock ml(&qmtx);
----------------
are these braces necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108948/new/
https://reviews.llvm.org/D108948
More information about the libc-commits
mailing list