Searched refs:mWriteCanBlock (Results 1 – 2 of 2) sorted by relevance
130 const bool mWriteCanBlock; // whether write() should block if the pipe is full variable
63 mWriteCanBlock(writeCanBlock), in MonoPipe()146 if (!mWriteCanBlock || mIsShutdown) { in write()