Searched refs:blocked (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dapp.c56 static isc_boolean_t blocked = ISC_FALSE; variable
194 if (want_shutdown && blocked)
248 REQUIRE(!blocked);
250 blocked = ISC_TRUE;
257 REQUIRE(blocked);
258 blocked = ISC_FALSE;
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dapp.c56 static isc_boolean_t blocked = ISC_FALSE; variable
194 if (want_shutdown && blocked)
248 REQUIRE(!blocked);
250 blocked = ISC_TRUE;
257 REQUIRE(blocked);
258 blocked = ISC_FALSE;
/macosx-10.10.1/Libc-1044.1.2/compat-43/
H A Dsigcompat.c206 int blocked; local
215 blocked = sigismember(&omask, sig);
217 if (blocked)
224 if (blocked) {
230 return blocked ? SIG_HOLD : rv;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_event.c62 esPtr->bg_status = blocked; /* forget request */
65 case blocked:
76 case blocked:
98 case blocked:
111 /* case we know the status is some kind of "blocked" */
117 case blocked:
132 esPtr->bg_status = blocked;
H A Dexp_command.h160 blocked, /* blocked because we are processing the */ enumerator in enum:ExpState::__anon12620
164 disarm_req_while_blocked /* while blocked, a request */
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmapped.tcl1 # Some example and timing tests of the new hash/blocked/ordered views
31 rename [rawdata view blocked] words
52 rename [rawdata view blocked] data
62 #rename [rawmap view blocked] map
63 set map [rawmap view blocked]
88 rename [rawdata view blocked] data
111 rename [rawdata view blocked] data
121 #rename [rawmap view blocked] map
122 set map [rawmap view blocked]
176 if $bdata {append s " - data is blocked"}
[all...]
H A Dbigblock.tcl10 set bv [[mk::view open db.v] view blocked]
H A Dblockdels.tcl36 set bv [[mk::view open db.v] view blocked]
H A Dslow.tcl34 rename [rawdata view blocked] data
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.c246 int blocked=0; local
255 blocked=1;
267 blocked=1;
279 blocked=1;
291 blocked=1;
305 blocked=1;
319 blocked=1;
333 blocked=1;
343 if (!blocked && __is_suspended) {
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dapp.c71 static isc_boolean_t blocked = ISC_FALSE; variable
210 * blocked by default, ensuring that only the thread that calls
235 * SIGINT and SIGTERM are not inherited as blocked from the parent
484 * for signals. Signals are blocked, so any such signal will simply
542 if (want_shutdown && blocked)
653 REQUIRE(!blocked);
655 blocked = ISC_TRUE;
672 REQUIRE(blocked);
674 blocked = ISC_FALSE;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoro_auto.tcl179 if {[::chan blocked $chan]} {
284 if {[::chan blocked $chan]} {
H A Dcoroutine.tcl187 if {[::chan blocked $chan]} {
284 if {[::chan blocked $chan]} {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dapp.c135 isc_boolean_t blocked; member in struct:isc__appctx
263 ctx->blocked = ISC_FALSE;
337 * blocked by default, ensuring that only the thread that calls
362 * SIGINT and SIGTERM are not inherited as blocked from the parent
631 * for signals. Signals are blocked, so any such signal will simply
688 if (ctx->want_shutdown && ctx->blocked)
841 REQUIRE(!isc_g_appctx.blocked);
843 isc_g_appctx.blocked = ISC_TRUE;
860 REQUIRE(isc_g_appctx.blocked);
862 isc_g_appctx.blocked
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsdiff.c632 sigset_t blocked;
640 sigemptyset (&blocked);
641 sigaddset (&blocked, SIGINT);
642 sigaddset (&blocked, SIGPIPE);
643 sigprocmask (SIG_BLOCK, &blocked, &procmask);
1213 sigset_t blocked;
1215 sigemptyset (&blocked);
1216 sigaddset (&blocked, SIGINT);
1217 sigprocmask (SIG_BLOCK, &blocked, &procmask);
630 sigset_t blocked; local
1208 sigset_t blocked; local
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dprotection.test65 test protect-1.4a {protected methods are blocked from outside} {
79 test protect-1.5a {private methods are blocked from outside} {
101 test protect-1.7a {protected procs are blocked from outside} {
109 test protect-1.8a {private procs are blocked from outside} {
187 test protect-2.5 {private methods are blocked} {
199 test protect-2.8 {private procs are blocked} {
211 test protect-2.11 {private commons are blocked} {
223 test protect-2.14 {private variables are blocked} {
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dsigstat.c66 int blocked; local
76 printf("%s: signal is blocked\n", signame);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlgets.test173 # Easy test to make sure basic non-blocked channel works, even though we
186 test lgets-4.1 {lgets on non-blocked channel} {tempNotPc} {
192 test lgets-4.2 {lgets on non-blocked channel} {tempNotPc} {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c175 struct blocked struct
177 struct blocked *next;
184 static struct blocked *blist;
193 static struct blocked *block_info(Namval_t *np, struct blocked *pp)
195 register struct blocked *bp;
217 static void block_done(struct blocked *bp)
252 struct blocked block, *bp = block_info(np, &block);
372 struct blocked block, *bp = block_info(np, &block);
542 struct blocked *b
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dobject.test264 test 5 {blocked view} -body {
270 rename [v1 view blocked] v2
395 test 7 {blocked hash view} -body {
403 rename [v2 view blocked] v3
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c379 int blocked; local
387 blocked = im6o_mc_filter(imo, ifp,
391 if (blocked != MCAST_PASS) {
393 if (blocked == MCAST_NOTSMEMBER ||
394 blocked == MCAST_MUTED)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXsignal.c511 * Determine if a signal is blocked. On non-Posix systems, always returns
1189 int signalNum, blocked;
1239 if (Tcl_GetBooleanFromObj (interp, stateObjv [1], &blocked) != TCL_OK)
1251 * system. If the signal is to be blocked, we do it before setting up
1255 if (blocked) {
1264 if (!blocked) {
1173 int signalNum, blocked; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc158 // Unmask all potentially blocked kill signals.
/macosx-10.10.1/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!

Completed in 332 milliseconds

12