Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h

Issue 929433005: WIP: A couple of more ChannelMojo speedup ideas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build and test fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
index fb16dd3f22d1259ed9ae0102a6094c8e24fce794..026e6e82972c12eebaf8e947911adeb16e177455 100644
--- a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
+++ b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
@@ -92,6 +92,9 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher : public Dispatcher {
MojoHandleSignals signals,
uint32_t context,
HandleSignalsState* signals_state) override;
+ MojoResult SetAsyncMessageCallbackImplNoLock(
+ const AsyncMessageCallback& callback) override;
+
void RemoveAwakableImplNoLock(Awakable* awakable,
HandleSignalsState* signals_state) override;
void StartSerializeImplNoLock(Channel* channel,
« no previous file with comments | « third_party/mojo/src/mojo/edk/system/message_pipe.cc ('k') | third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698