|
|
EDK: Add implementation of data pipe consumer read threshold stuff.
* Add methods to Core.
* ... to Dispatcher.
* ... to DataPipeConsumerDispatcher.
* ... to DataPipe.
* ... to DataPipeImpl.
* ... to LocalDataPipeImpl.
* ... to RemoteProducerDataPipeImpl.
* Add tests.
* Don't actually expose the new functions to Mojo programs yet (i.e., no
thunks yet).
* But the new handle signal is exposed!
* Update existing tests (due to new handle signal).
R=vardhan@google.com
BUG=#442
Committed: https://chromium.googlesource.com/external/mojo/+/afe7672f3020a8b28fdbb316b3f7f91dcdd35ad0
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+739 lines, -132 lines) |
Patch |
 |
M |
mojo/edk/system/core.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core.cc
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/core_unittest.cc
|
View
|
|
20 chunks |
+158 lines, -30 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe.h
|
View
|
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe.cc
|
View
|
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe_consumer_dispatcher.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
View
|
|
2 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe_impl.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/data_pipe_impl_unittest.cc
|
View
|
|
28 chunks |
+300 lines, -48 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/dispatcher.h
|
View
|
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/dispatcher.cc
|
View
|
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/dispatcher_unittest.cc
|
View
|
|
4 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/local_data_pipe_impl.cc
|
View
|
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/remote_data_pipe_impl_unittest.cc
|
View
|
|
8 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
mojo/edk/system/remote_producer_data_pipe_impl.cc
|
View
|
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/tests/core_unittest.cc
|
View
|
|
7 chunks |
+24 lines, -17 lines |
0 comments
|
Download
|
 |
M |
mojo/public/platform/native/system_impl_private_unittest.cc
|
View
|
|
7 chunks |
+24 lines, -17 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 6 (2 generated)
|