Home | History | Annotate | Download | only in tests

Lines Matching refs:writeBlocking

229  * Test that basic blocking works using readBlocking()/writeBlocking() APIs
241 bool ret = mQueue->writeBlocking(data,
250 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
268 bool ret = mQueue->writeBlocking(&data[0],
276 ret = mQueue->writeBlocking(&data[0], mNumMessagesMax, 5000000000 /* timeOutNanos */);
281 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
298 bool ret = mQueue->writeBlocking(
309 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
326 bool ret = mQueue->writeBlocking(
337 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
353 bool ret = mQueue->writeBlocking(
364 * Test that writeBlocking()/readBlocking() APIs do not block on
373 bool ret = mQueue->writeBlocking(