HomeSort by relevance Sort by last modified time
    Searched refs:satisfiable_flags (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/system/
waiter_list.h 32 MojoWaitFlags satisfiable_flags);
waiter_list.cc 21 MojoWaitFlags satisfiable_flags) {
26 else if (!(it->flags & satisfiable_flags))
local_message_pipe_endpoint.cc 200 MojoWaitFlags satisfiable_flags = 0; local
202 satisfiable_flags |= MOJO_WAIT_FLAG_READABLE;
204 satisfiable_flags |= MOJO_WAIT_FLAG_WRITABLE;
205 return satisfiable_flags;

Completed in 35 milliseconds