Searched refs:blocked (Results 26 - 45 of 45) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtmapped.cpp178 // subviews are not relocated properly with blocked views in 2.4.7
236 // 2003/03/07 - still not correct on blocked veiw deletions
237 B(m07, All blocked view multi-deletion cases, 0);
H A Dtstore5.cpp72 B(s41, Partial modify blocked, 0)W(s41a);
264 // Fortunately this usage pattern never happened in blocked views!
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c353 if (esPtr->bg_status == blocked ||
H A Dexpect.c2494 * "blocked" only if armed.
2510 if ((!esPtr->freeWhenBgHandlerUnblocked) && (esPtr->bg_status == blocked)) {
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c477 int blocked; local
490 blocked = imo_multi_filter(imo, ifp,
493 if (blocked == MCAST_PASS)
499 if (blocked == MCAST_NOTSMEMBER ||
500 blocked == MCAST_MUTED)
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c1827 /* Nonzero means we got a SIGCHLD when it was supposed to be blocked. */
1853 sigset_t blocked;
1976 sigemptyset (&blocked);
1978 sigaddset (&blocked, SIGCHLD);
1985 sigaddset (&blocked, SIGINT ); sigaction (SIGINT , 0, &sigint_action );
1986 sigaddset (&blocked, SIGQUIT); sigaction (SIGQUIT, 0, &sigquit_action);
1988 sigaddset (&blocked, SIGHUP ); sigaction (SIGHUP , 0, &sighup_action );
1991 sigprocmask (SIG_BLOCK, &blocked, &procmask);
2041 /* Make sure SIGCHLD is not blocked in the child. */
2927 not available, since a blocked Emac
1844 sigset_t blocked; local
[all...]
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm65 Well, such record oriented, blocked protocols are very useful and simply to implement,
83 and all the necessary low level IO handling to transfer stream messages on non blocked handles.
/macosx-10.10/vim-55/src/
H A Dos_unix.c1005 /* When SIGHUP, SIGQUIT, etc. are blocked: postpone the effect and return
1369 static int blocked = TRUE; local
1373 case SIGNAL_BLOCK: blocked = TRUE;
1376 case SIGNAL_UNBLOCK: blocked = FALSE;
1384 default: if (!blocked)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig1680 * If the channel is non-blocking and we would have blocked,
3047 goto blocked;
3052 goto blocked;
3056 blocked:
3060 * that the gets blocked. It will wait for more data instead of firing
3209 * Length of line read or -1 if error, EOF or blocked. If -1, use
3274 * Length of line read or -1 if error, EOF or blocked. If -1, use
3793 * Returns 1 if input is blocked on this channel, 0 otherwise.
3806 Tcl_Channel chan; /* Is this channel blocked? */
4623 * If there is data in the input queue, and we aren't blocked waitin
[all...]
H A DtclIO.c1885 * If the channel is non-blocking and we would have blocked,
3271 goto blocked;
3276 goto blocked;
3280 blocked:
3284 * that the gets blocked. It will wait for more data instead of firing
3433 * Length of line read or -1 if error, EOF or blocked. If -1, use
3498 * Length of line read or -1 if error, EOF or blocked. If -1, use
4017 * Returns 1 if input is blocked on this channel, 0 otherwise.
4030 Tcl_Channel chan; /* Is this channel blocked? */
4948 * If there is data in the input queue, and we aren't blocked waitin
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig1681 * If the channel is non-blocking and we would have blocked,
3048 goto blocked;
3053 goto blocked;
3057 blocked:
3061 * that the gets blocked. It will wait for more data instead of firing
3219 * Length of line read or -1 if error, EOF or blocked. If -1, use
3293 * Length of line read or -1 if error, EOF or blocked. If -1, use
3828 * Returns 1 if input is blocked on this channel, 0 otherwise.
3841 Tcl_Channel chan; /* Is this channel blocked? */
4663 * If there is data in the input queue, and we aren't blocked waitin
[all...]
H A DtclIO.c1926 * If the channel is non-blocking and we would have blocked,
3328 goto blocked;
3333 goto blocked;
3337 blocked:
3341 * that the gets blocked. It will wait for more data instead of firing
3499 * Length of line read or -1 if error, EOF or blocked. If -1, use
3573 * Length of line read or -1 if error, EOF or blocked. If -1, use
4108 * Returns 1 if input is blocked on this channel, 0 otherwise.
4121 Tcl_Channel chan; /* Is this channel blocked? */
5044 * If there is data in the input queue, and we aren't blocked waitin
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig1681 * If the channel is non-blocking and we would have blocked,
3048 goto blocked;
3053 goto blocked;
3057 blocked:
3061 * that the gets blocked. It will wait for more data instead of firing
3219 * Length of line read or -1 if error, EOF or blocked. If -1, use
3293 * Length of line read or -1 if error, EOF or blocked. If -1, use
3828 * Returns 1 if input is blocked on this channel, 0 otherwise.
3841 Tcl_Channel chan; /* Is this channel blocked? */
4663 * If there is data in the input queue, and we aren't blocked waitin
[all...]
H A DtclIO.c1926 * If the channel is non-blocking and we would have blocked,
3328 goto blocked;
3333 goto blocked;
3337 blocked:
3341 * that the gets blocked. It will wait for more data instead of firing
3499 * Length of line read or -1 if error, EOF or blocked. If -1, use
3573 * Length of line read or -1 if error, EOF or blocked. If -1, use
4108 * Returns 1 if input is blocked on this channel, 0 otherwise.
4121 Tcl_Channel chan; /* Is this channel blocked? */
5044 * If there is data in the input queue, and we aren't blocked waitin
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig1680 * If the channel is non-blocking and we would have blocked,
3043 goto blocked;
3048 goto blocked;
3052 blocked:
3056 * that the gets blocked. It will wait for more data instead of firing
3205 * Length of line read or -1 if error, EOF or blocked. If -1, use
3270 * Length of line read or -1 if error, EOF or blocked. If -1, use
3789 * Returns 1 if input is blocked on this channel, 0 otherwise.
3802 Tcl_Channel chan; /* Is this channel blocked? */
4619 * If there is data in the input queue, and we aren't blocked waitin
[all...]
H A DtclIO.c1885 * If the channel is non-blocking and we would have blocked,
3267 goto blocked;
3272 goto blocked;
3276 blocked:
3280 * that the gets blocked. It will wait for more data instead of firing
3429 * Length of line read or -1 if error, EOF or blocked. If -1, use
3494 * Length of line read or -1 if error, EOF or blocked. If -1, use
4013 * Returns 1 if input is blocked on this channel, 0 otherwise.
4026 Tcl_Channel chan; /* Is this channel blocked? */
4944 * If there is data in the input queue, and we aren't blocked waitin
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges76 * (ms) [RT 72056] Messages blocked by an appender threshold are no
H A DREADME1445 If a message should never be blocked, regardless of the log level, use
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm2155 If a message should never be blocked, regardless of the log level,
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm830 being blocked at the last minute and I<not> appended to C<Screen1>.

Completed in 483 milliseconds

12