Lines Matching full:blocking
64 * If the SSL object is being used in blocking mode, SSL_read may need to block
69 * application desires blocking semantics, we handle this by adding a blocking
118 * Count of the current number of blocking waiters. Like everything else,
192 * Blocking I/O Adaptation Layer
195 * The blocking I/O adaptation layer implements blocking I/O on top of our
203 * The core mechanism of the Blocking I/O Adaption Layer is block_until_pred(),
211 * circuit the blocking process.
230 * functions it is implementing blocking semantics itself. There is no need to
248 * This is used by blocking code outside of the reactor itself to inform the
249 * reactor of when a thread begins or ends a blocking call. This is used by the
256 * times* equal the number of threads blocking on the reactor. In other words, a
260 * This means that if a caller has the concept of multiple concurrent blocking