Searched defs:MOJO_RESULT_RESOURCE_EXHAUSTED (Results 1 - 1 of 1) sorted by path

/external/chromium_org/mojo/public/c/system/
H A Dtypes.h53 // for the operation (use |MOJO_RESULT_RESOURCE_EXHAUSTED| for rejections
55 // |MOJO_RESULT_RESOURCE_EXHAUSTED| - Some resource required for the call
102 const MojoResult MOJO_RESULT_RESOURCE_EXHAUSTED = -8; variable
121 #define MOJO_RESULT_RESOURCE_EXHAUSTED ((MojoResult) - 8) macro

Completed in 341 milliseconds