Searched refs:blocked (Results 1 – 11 of 11) sorted by relevance
48 nctx->blocked = 0; in async_ctx_new()293 || ctx->blocked) { in ASYNC_pause_job()462 ctx->blocked++; in ASYNC_block_pause()479 if (ctx->blocked > 0) in ASYNC_unblock_pause()480 ctx->blocked--; in ASYNC_unblock_pause()
36 unsigned int blocked; member
88 The enrollment session may be blocked (with polling and sleeping in between)128 The revocation session may be blocked (with polling and sleeping in between)134 The message exchange may be blocked (with polling and sleeping in between)
150 also blocked. For example trying to set a certificate using a 512 bit RSA key
173 BIO is in nonblocking mode and the call would otherwise have blocked).
6 application is frequently calling (or blocked in) SSL API I/O functions.
91 that our QUIC implementation cannot handle incoming data (if we are blocked on92 send), send outgoing data (if we are blocked on receive), or handle timeout181 seem to be solvable. If parallel threads are blocked in blocking `BIO_read`
100 - If the available credit is zero, the TX side is blocked due to a lack of
441 having been blocked. There are broadly two reasons why transmission of packets
990 These may be tricky to support. Currently they are blocked.
283 /* Returned from the connect BIO when a connect would have blocked */285 /* Returned from the accept BIO when an accept would have blocked */
Completed in 35 milliseconds