Searched defs:MojoAsyncWaitID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/c/environment/
H A Dasync_waiter.h10 typedef uintptr_t MojoAsyncWaitID; typedef
40 // |MojoAsyncWaitID| (see |CancelWait()|). Otherwise, an invalid (or, worse,
44 // Note that once the callback has been called, the returned |MojoAsyncWaitID|
46 MojoAsyncWaitID (*AsyncWait)(MojoHandle handle,
62 void (*CancelWait)(MojoAsyncWaitID wait_id);

Completed in 299 milliseconds