Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I will be adding more tests but sending this out early to get feedback on the actual implementation.
libc/src/threads/linux/CndVar.h | ||
---|---|---|
59 | These are for the RAII MutexLock class instantiated on line 60. |
libc/src/threads/linux/CndVar.h | ||
---|---|---|
59 | ah, that makes sense. All good then. |
are these braces necessary?