[libc-commits] [PATCH] D121773: [libc][NFC] Keep the mutex with the base File data structure.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 16 00:09:54 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
This is now possible because we have a platform independent abstraction
for mutexes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121773
Files:
libc/src/__support/File/CMakeLists.txt
libc/src/__support/File/file.h
libc/test/src/__support/File/file_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121773.415710.patch
Type: text/x-patch
Size: 5247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220316/b0a07011/attachment.bin>
More information about the libc-commits
mailing list