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

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

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/wait_set_dispatcher.h ('k') | mojo/edk/system/wait_set_dispatcher_unittest.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.cc
diff --git a/mojo/edk/system/wait_set_dispatcher.cc b/mojo/edk/system/wait_set_dispatcher.cc
index a807ce2e871bbd910973e8b577d8b785e1d8189d..fdf420abe4cb34bb16217f08690f271336d8b3dd 100644
--- a/mojo/edk/system/wait_set_dispatcher.cc
+++ b/mojo/edk/system/wait_set_dispatcher.cc
@@ -152,10 +152,10 @@ WaitSetDispatcher::CreateEquivalentDispatcherAndCloseImplNoLock(
}
MojoResult WaitSetDispatcher::WaitSetAddImpl(
- UserPointer<const MojoWaitSetAddOptions> options,
RefPtr<Dispatcher>&& dispatcher,
MojoHandleSignals signals,
- uint64_t cookie) {
+ uint64_t cookie,
+ UserPointer<const MojoWaitSetAddOptions> options) {
// This will be owned by |entries_|, so it should only be used under
// |mutex()|.
Entry* entry = nullptr;
« no previous file with comments | « mojo/edk/system/wait_set_dispatcher.h ('k') | mojo/edk/system/wait_set_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698