Lines Matching full:blocking
155 non-blocking and bounded blocking variants of the mutex lock
199 Use non-blocking single-reader single-writer
223 is basically just a non-blocking single-reader single-writer FIFO
249 <h2 id="nonBlockingAlgorithms">Non-blocking algorithms</h2>
252 <a href="http://en.wikipedia.org/wiki/Non-blocking_algorithm">Non-blocking algorithms</a>
259 Starting in Android 4.2, you can find our non-blocking,
281 general-purpose. Non-blocking algorithms are notorious for being
289 use non-blocking algorithms or reference a non-Android open source library.
293 We have published an example non-blocking FIFO implementation that is specifically designed for