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

Unified Diff: mojo/public/python/c_core.pxd

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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/public/python/c_async_waiter.pxd ('k') | mojo/public/python/c_environment.pxd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/c_core.pxd
diff --git a/mojo/public/python/mojo/c_core.pxd b/mojo/public/python/c_core.pxd
similarity index 90%
rename from mojo/public/python/mojo/c_core.pxd
rename to mojo/public/python/c_core.pxd
index f24b1ca9033e1c51d534ba9769fa49e9a94a3d84..bd3edd933e8a8b90194d6e8f398f01ca65ebee6f 100644
--- a/mojo/public/python/mojo/c_core.pxd
+++ b/mojo/public/python/c_core.pxd
@@ -56,16 +56,16 @@ cdef extern from "mojo/public/c/system/core.h" nogil:
# functions.h
MojoTimeTicks MojoGetTimeTicksNow()
MojoResult MojoClose(MojoHandle handle)
- MojoResult MojoWait "MojoNewWait"(MojoHandle handle,
- MojoHandleSignals signals,
- MojoDeadline deadline,
- MojoHandleSignalsState* signals_state)
- MojoResult MojoWaitMany "MojoNewWaitMany"(const MojoHandle* handles,
- const MojoHandleSignals* signals,
- uint32_t num_handles,
- MojoDeadline deadline,
- uint32_t* result_index,
- MojoHandleSignalsState* signals_states)
+ MojoResult MojoWait "MojoWait"(MojoHandle handle,
+ MojoHandleSignals signals,
+ MojoDeadline deadline,
+ MojoHandleSignalsState* signals_state)
+ MojoResult MojoWaitMany "MojoWaitMany"(const MojoHandle* handles,
+ const MojoHandleSignals* signals,
+ uint32_t num_handles,
+ MojoDeadline deadline,
+ uint32_t* result_index,
+ MojoHandleSignalsState* signals_states)
# message_pipe.h
ctypedef uint32_t MojoCreateMessagePipeOptionsFlags
« no previous file with comments | « mojo/public/python/c_async_waiter.pxd ('k') | mojo/public/python/c_environment.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698