Searched refs:tryReceive (Results 1 – 4 of 4) sorted by relevance
65 while (mChannel.tryReceive(¤tCommand)) { in threadFunc()
2719 while (mOutstandingColorBufferDestroys.tryReceive(&handleToDestroy)) { in sweepColorBuffersLocked()
181 bool tryReceive(T* msg) { in tryReceive() function