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

  /external/chromium_org/mojo/public/tests/
system_core_unittest.cc 31 MojoWait(MOJO_HANDLE_INVALID, MOJO_WAIT_FLAG_EVERYTHING, 1000000));
53 MojoWait(h_0, MOJO_WAIT_FLAG_READABLE, 0));
57 MojoWait(h_0, MOJO_WAIT_FLAG_WRITABLE, 0));
94 MojoWait(h_0, MOJO_WAIT_FLAG_READABLE, 10));
101 MojoWait(h_1,
system_core_cpp_unittest.cc 168 MojoWait(hv_1,
  /external/chromium_org/mojo/public/system/
core.h 142 // |MOJO_WAIT_FLAG_NONE| - No flags. |MojoWait()|, etc. will return
289 // they properly overlap (this is likely the case with |MojoWait()|, etc.), or
309 MOJO_SYSTEM_EXPORT MojoResult MojoWait(MojoHandle handle,
core_cpp.h 118 return MojoWait(handle.value(), flags, deadline);
core_private.cc 24 MojoResult MojoWait(MojoHandle handle,

Completed in 40 milliseconds