Lines Matching refs:blocking
31 1) Asynchronous commands are non-blocking. For example, an
33 immediately rather than blocking until the command completes.
61 completed. This extension provides both blocking and non-blocking
145 * Would it be better to define an extension that provides non-blocking
148 Ans: No. Non-blocking commands would require the GL to preserve
151 between a non-blocking command and all subsequent commands
153 commands until the non-blocking command completes, or maintain
221 Implementations of asynchronous commands may also be non-blocking.
222 For example, a non-blocking query command returns control to the
241 completes, and PollAsyncSGIX, which is non-blocking. Both
255 PollAsyncSGIX immediately returns 0 rather than blocking.