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

  /external/chromium_org/mojo/system/
data_pipe.cc 40 return MOJO_RESULT_BUSY;
70 return MOJO_RESULT_BUSY;
135 return MOJO_RESULT_BUSY;
172 return MOJO_RESULT_BUSY;
core_impl.cc 107 return MOJO_RESULT_BUSY;
225 error_result = MOJO_RESULT_BUSY;
237 error_result = MOJO_RESULT_BUSY;
248 error_result = MOJO_RESULT_BUSY;
core_impl_unittest.cc 249 EXPECT_EQ(MOJO_RESULT_BUSY,
272 EXPECT_EQ(MOJO_RESULT_BUSY,
279 EXPECT_EQ(MOJO_RESULT_BUSY,
  /external/chromium_org/mojo/public/system/
core.h 76 // |MOJO_RESULT_BUSY| - One of the resources involved is currently being used
107 const MojoResult MOJO_RESULT_BUSY = -16;
125 #define MOJO_RESULT_BUSY ((MojoResult) -16)
373 // |MOJO_RESULT_BUSY| if some handle to be sent is currently in use.

Completed in 2188 milliseconds