Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c127 static int lock(HANDLE handle, DWORD lockType, BOOL blocking) { in lock() argument
129 if (!blocking) in lock()
140 if (!blocking && dw == ERROR_LOCK_VIOLATION) in lock()
162 BOOL blocking = (operation & LOCK_NB) == 0; in flock() local
167 return lock(handle, LOCKFILE_EXCLUSIVE_LOCK, blocking); in flock()
170 return lock(handle, 0, blocking); in flock()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dshared_mutex31 void lock(); // blocking
36 void lock_shared(); // blocking
54 void lock(); // blocking
63 void lock_shared(); // blocking
82 explicit shared_lock(mutex_type& m); // blocking
100 void lock(); // blocking
173 void lock(); // blocking
178 void lock_shared(); // blocking
/freebsd/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod77 If the underlying I/O structure is in a blocking mode almost all current
84 retry even if the underlying I/O structure is blocking, if a handshake
89 While an application may retry a failed non blocking call immediately
98 conditions of several non blocking BIOs in a single select() call
106 is to use non blocking I/O and use a timeout on the select() (or
111 The OpenSSL ASN1 functions cannot gracefully deal with non blocking I/O:
H A DBIO_s_connect.pod87 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is
88 zero then blocking I/O is set. If B<n> is 1 then non blocking I/O
91 non blocking I/O is set during the connect process.
100 The call BIO_should_retry() should be used for non blocking connect BIOs
106 If blocking I/O is set then a non positive return value from any
125 If non blocking I/O is set then retries will be requested as appropriate.
H A DBIO_read.pod89 One technique sometimes used with blocking sockets is to use a system call
96 should be combined with non blocking I/O so successive reads will request
97 a retry instead of blocking.
H A DSSL_rstate_string.pod25 consisting of header and body. When working in a blocking environment,
H A DSSL_state_string.pod33 For both blocking or nonblocking sockets, the details state information
H A DBIO_s_accept.pod87 BIO_set_nbio_accept() sets the accept socket to blocking mode
88 (the default) if B<n> is 0 or non blocking mode if B<n> is 1.
116 connection, or request a retry in non blocking mode.
H A DSSL_CTX_set_mode.pod73 In a blocking environment, applications are not always prepared to
79 Turning off B<SSL_MODE_AUTO_RETRY> can be useful with blocking B<BIO>s in case
H A DSSL_read.pod68 If the underlying BIO is B<blocking>, a read function will only return once the
93 In this case the read function can be called without blocking or actually
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dsensirion,shtc1.yaml31 sensirion,blocking-io:
58 sensirion,blocking-io;
/freebsd/share/dtrace/
H A DMakefile9 SCRIPTS= blocking \
H A Dblocking32 * usage: blocking <execname>
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c86 int blocking; /* blocking lock or not */ member
172 const int state, const int status, const int flags, const int blocking);
428 const int state, const int status, const int flags, const int blocking) in fill_file_lock() argument
440 fl->blocking = blocking; in fill_file_lock()
934 exist_lock->status, exist_lock->flags, exist_lock->blocking); in split_nfslock()
951 exist_lock->status, exist_lock->flags, exist_lock->blocking); in split_nfslock()
1225 fl->blocking = 0; in add_blockingfilelock()
1420 if (fl->blocking == 1) { in lock_partialfilelock()
/freebsd/etc/mail/
H A DREADME50 site. No set of anti-spam tools will block all spam without blocking some
52 to prevent as much spam as possible without blocking legitimate mail.
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h80 int blocking; member
/freebsd/contrib/kyua/admin/
H A Dtravis-build.sh60 -- complete a test run because many of our tests are blocking.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmaxlinear,gpy2xx.yaml21 interrupt status register is cleared. Thus it is blocking the
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dst,stm32-ipcc.yaml10 The IPCC block provides a non blocking signaling mechanism to post and
/freebsd/contrib/libpcap/
H A DTODO30 the descriptor into non-blocking mode)
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall7 Run the perl script "mkfilters". This will generate a list of blocking
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dsbs,sbs-battery.yaml57 compliant charger it should be disabled via this property to avoid blocking
/freebsd/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h101 struct semaphore *blocking; member
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dcyttsp.txt37 only be used if the chip is configured to use 'blocking
/freebsd/contrib/ntp/sntp/libevent/
H A Devent-internal.h424 int event_del_nolock_(struct event *ev, int blocking);

12345