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

Unified Diff: mojo/edk/system/wait_set_dispatcher.h

Issue 2100553002: Add Core methods for wait set. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_wait_set_5.4
Patch Set: Created 4 years, 6 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
« no previous file with comments | « mojo/edk/system/dispatcher.cc ('k') | mojo/edk/system/wait_set_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/wait_set_dispatcher.h
diff --git a/mojo/edk/system/wait_set_dispatcher.h b/mojo/edk/system/wait_set_dispatcher.h
index 6c6d6c91a454d10874c6e21e9b5810f75024fcd8..6dc5c71d89dd4c29053ee0421b0fcce20cc9fb3c 100644
--- a/mojo/edk/system/wait_set_dispatcher.h
+++ b/mojo/edk/system/wait_set_dispatcher.h
@@ -108,10 +108,11 @@ class WaitSetDispatcher final : public Dispatcher, public Awakable {
util::RefPtr<Dispatcher> CreateEquivalentDispatcherAndCloseImplNoLock(
MessagePipe* message_pipe,
unsigned port) override;
- MojoResult WaitSetAddImpl(UserPointer<const MojoWaitSetAddOptions> options,
- util::RefPtr<Dispatcher>&& dispatcher,
- MojoHandleSignals signals,
- uint64_t cookie) override;
+ MojoResult WaitSetAddImpl(
+ util::RefPtr<Dispatcher>&& dispatcher,
+ MojoHandleSignals signals,
+ uint64_t cookie,
+ UserPointer<const MojoWaitSetAddOptions> options) override;
MojoResult WaitSetRemoveImpl(uint64_t cookie) override;
MojoResult WaitSetWaitImpl(MojoDeadline deadline,
UserPointer<uint32_t> num_results,
« no previous file with comments | « mojo/edk/system/dispatcher.cc ('k') | mojo/edk/system/wait_set_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698