Searched refs:blocking (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dpipe.c68 thepipe->blocking = BLK_ON;
104 thepipe->blocking = BLK_OFF;
113 if (thepipe->blocking != BLK_OFF) { /* blocking or unknown state */
118 if (thepipe->blocking != BLK_ON) { /* non-blocking or unknown state */
147 (*file)->blocking = BLK_UNKNOWN; /* app needs to make a timeout call */
193 (*in)->blocking = BLK_ON;
209 (*out)->blocking = BLK_ON;
227 apr_int32_t blocking,
[all...]
H A Dfiledup.c93 (*new_file)->blocking = old_file->blocking;
H A Dopen.c207 (*new)->blocking = BLK_ON;
286 (*file)->blocking = BLK_UNKNOWN; /* in case it is a pipe */
/freebsd-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h102 enum {BLK_UNKNOWN, BLK_OFF, BLK_ON } blocking; member in struct:apr_file_t
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockopt.c23 /* BeOS uses setsockopt at present for non blocking... */
35 #error Please teach APR how to make sockets blocking on your platform.
61 #error Please teach APR how to make sockets non-blocking on your platform.
80 * negative, then we need to ensure that we are non-blocking.
82 * non-negative timeout, we must make sure our socket is blocking.
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c86 int blocking; /* blocking lock or not */ member in struct:file_lock
172 const int state, const int status, const int flags, const int blocking);
446 const int state, const int status, const int flags, const int blocking)
458 fl->blocking = blocking;
954 exist_lock->status, exist_lock->flags, exist_lock->blocking);
971 exist_lock->status, exist_lock->flags, exist_lock->blocking);
1206 * Is this lock request already on the blocking list?
1233 * A blocking loc
443 fill_file_lock(struct file_lock *fl, const fhandle_t *fh, const bool_t exclusive, const int32_t svid, const u_int64_t offset, const u_int64_t len, const int state, const int status, const int flags, const int blocking) argument
[all...]
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestssl.c53 apr_pool_t *pool, int blocking)
51 createSocket(apr_ssl_factory_t *asf, apr_pollset_t *pollset, apr_pool_t *pool, int blocking) argument
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_file_io.h664 * @bug Some platforms cannot toggle between blocking and nonblocking,
666 * does not expect it, a non-blocking stream will fluxor the client app.
677 * @param blocking one of these values defined in apr_thread_proc.h;
688 * @remark Some platforms cannot toggle between blocking and nonblocking,
690 * does not expect it, a non-blocking stream will fluxor the client app.
692 * where one or both ends require non-blocking semantics.
696 apr_int32_t blocking,
710 * Get the timeout value for a pipe or manipulate the blocking state.
718 * Set the timeout value for a pipe or manipulate the blocking state.
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.c1383 * 0 and this would result in a blocking receive.
1492 snmp_receive(int blocking) argument
1507 if ((ret = snmp_receive_packet(resp, blocking ? NULL : &tv)) <= 0) {

Completed in 147 milliseconds