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

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

Issue 2056763003: EDK: Change Awakable::Awake()'s context, etc., to be a uint64_t. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh 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.h ('k') | mojo/edk/system/local_message_pipe_endpoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/dispatcher.cc
diff --git a/mojo/edk/system/dispatcher.cc b/mojo/edk/system/dispatcher.cc
index 7c4d92937794629d1e0970d8e3a1ccf9daa7542c..28e7f9cc39a6149e619bd931f2a63dc481d92e36 100644
--- a/mojo/edk/system/dispatcher.cc
+++ b/mojo/edk/system/dispatcher.cc
@@ -282,7 +282,7 @@ HandleSignalsState Dispatcher::GetHandleSignalsState() const {
MojoResult Dispatcher::AddAwakable(Awakable* awakable,
MojoHandleSignals signals,
- uint32_t context,
+ uint64_t context,
HandleSignalsState* signals_state) {
MutexLocker locker(&mutex_);
if (is_closed_) {
@@ -483,7 +483,7 @@ HandleSignalsState Dispatcher::GetHandleSignalsStateImplNoLock() const {
MojoResult Dispatcher::AddAwakableImplNoLock(
Awakable* /*awakable*/,
MojoHandleSignals /*signals*/,
- uint32_t /*context*/,
+ uint64_t /*context*/,
HandleSignalsState* signals_state) {
mutex_.AssertHeld();
DCHECK(!is_closed_);
« no previous file with comments | « mojo/edk/system/dispatcher.h ('k') | mojo/edk/system/local_message_pipe_endpoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698