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

/external/chromium_org/mojo/public/c/environment/
H A Dasync_waiter.h20 // - A given |MojoAsyncWaiter|'s functions may only be called on the thread(s)
22 // which the |MojoAsyncWaiter| was provided). E.g., a library may require
23 // initialization with a single |MojoAsyncWaiter| and stipulate that it only
24 // be used on threads on which that |MojoAsyncWaiter| is valid.
25 // - If a |MojoAsyncWaiter| is valid on multiple threads, then its functions
27 struct MojoAsyncWaiter { struct
42 // |MojoAsyncWaiter|.
60 // |MojoAsyncWaiter| will no longer wait on, or do anything else with, the

Completed in 61 milliseconds