This is now possible because we have a platform independent abstraction
for mutexes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121773
[libc][NFC] Keep the mutex with the base File data structure. ClosedPublic Authored by sivachandra on Mar 16 2022, 12:09 AM.
Details Summary This is now possible because we have a platform independent abstraction
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2022, 12:09 AM This revision is now accepted and ready to land.Mar 16 2022, 11:32 AM This revision was landed with ongoing or failed builds.Mar 16 2022, 12:05 PM Closed by commit rG9527a2f58fad: [libc][NFC] Keep the mutex with the base File data structure. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415932 libc/src/__support/File/CMakeLists.txt
libc/src/__support/File/file.h
libc/test/src/__support/File/file_test.cpp
|