| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_ioctl.h | 80 int blocking; member in struct:__anon6390
|
| /src/external/bsd/unbound/dist/testcode/ |
| asynclook.c | 101 printf(" -b : use blocking requests\n"); 339 /* blocking */ 407 int i, r, cancel=0, blocking=0, ext=0; local 439 blocking = 1; 515 if(blocking) { 528 if(blocking)
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/ |
| message.h | 101 struct semaphore *blocking; member in struct:rx_bulk_slotinfo_t
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_lib.c | 1010 * For non-blocking and potentially even non-socket BIOs perform polling with 1017 int blocking = timeout <= 0; local 1028 BIO_set_nbio(bio, !blocking); 1037 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ 1060 /* will not actually wait if timeout == 0 (i.e., blocking BIO): */
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_lib.c | 918 * For non-blocking and potentially even non-socket BIOs perform polling with 925 int blocking = timeout <= 0; local 936 BIO_set_nbio(bio, !blocking); 945 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ 968 /* will not actually wait if timeout == 0 (i.e., blocking BIO): */
|
| /src/external/gpl2/xcvs/dist/src/ |
| buffer.c | 123 * We already know the descriptor is non-blocking. 327 * if the buffer is in nonblocking mode, put it into blocking mode for 387 * Set buffer BUF to blocking I/O. Returns 0 for success or errno 1682 already have been set into blocking mode, so we should always 1732 /* Nonzero if the file descriptor is in blocking mode. */ 1733 int blocking; member in struct:fd_buffer 1776 * In non-blocking mode, this function will read as many bytes as it can in a 1779 * In blocking mode with NEED > 0, this function will read as many bytes as it 1782 * In blocking mode with NEED == 0, this function will block until it can read 1821 if (fb->blocking) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_multistream_test.c | 70 * When doing a blocking mode test run, s_priv always points to the TSERVER 101 int init, blocking, check_spin_again; member in struct:helper 686 int free_order, int blocking, 699 h->blocking = blocking; 773 if (!blocking) 824 if (!TEST_true(SSL_set_blocking_mode(h->c_conn, h->blocking))) 834 if (h->blocking) { 847 TEST_error("cannot support blocking mode without threads"); 1074 if (h->blocking) { \ 5903 int script_idx, free_order, blocking; local [all...] |