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

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

Issue 2076263003: Plumb the handle signals state to Awakable::Awake(). (Closed) Base URL: https://github.com/domokit/mojo.git@work794_wait_set_4.2
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/core_unittest.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 f2c5a2205576498314dd952fc0ac4f3c16fc0fe0..d4f7cd55f26b87b61786a15d34ae5b0348a1ec01 100644
--- a/mojo/edk/system/wait_set_dispatcher.h
+++ b/mojo/edk/system/wait_set_dispatcher.h
@@ -113,7 +113,9 @@ class WaitSetDispatcher final : public Dispatcher, public Awakable {
UserPointer<uint32_t> max_results) override;
// |Awakable| implementation:
- bool Awake(MojoResult result, uint64_t context) override;
+ bool Awake(uint64_t context,
+ AwakeReason reason,
+ const HandleSignalsState& signals_state) override;
void AddPossiblyTriggeredNoLock(Entry* entry,
Entry::TriggerState new_trigger_state)
« no previous file with comments | « mojo/edk/system/core_unittest.cc ('k') | mojo/edk/system/wait_set_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698