Home | History | Annotate | Download | only in system

Lines Matching defs:Wait

21 // If |signals_state| is non-null, |handle| is valid, the wait is not cancelled
34 // |MOJO_RESULT_CANCELLED| if the wait was cancelled because |handle| was
37 Wait(Handle handle,
42 // A pseudonym for the above Wait() which always waits on
44 inline MojoResult Wait(Handle handle,
47 return Wait(handle, signals, MOJO_TRIGGER_CONDITION_SIGNALS_SATISFIED,
57 // This means that |WaitMany()| behaves as if |Wait()| were called on each
58 // handle/signals pair simultaneously, completing when the first |Wait()| would
61 // If |signals_states| is non-null, all other arguments are valid, and the wait
76 // |MOJO_RESULT_CANCELLED| if the wait was cancelled because a handle in