[libcxx-commits] [PATCH] D67086: Implement syncstream (p0053)
    Zoe Carver via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Sep 10 18:42:16 PDT 2019
    
    
  
zoecarver updated this revision to Diff 219650.
zoecarver added a comment.
- Updated mutex for gaurd_lock so that it corresponds to a streambuf.
- Added more thread tests.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67086/new/
https://reviews.llvm.org/D67086
Files:
  libcxx/include/iosfwd
  libcxx/include/syncstream
  libcxx/test/std/input.output/syncstream/osyncstream/assign.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/const.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/members.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/thread/basic.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/thread/several_threads.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/types.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/assign.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/cons.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/members.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/special.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/virtuals.pass.cpp
  libcxx/www/cxx2a_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67086.219650.patch
Type: text/x-patch
Size: 42636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190911/4c924f2e/attachment-0001.bin>
    
    
More information about the libcxx-commits
mailing list