Home
last modified time | relevance | path

Searched refs:unblock (Results 1 – 25 of 3678) sorted by relevance

12345678910>>...148

/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_rfkill.py51 rfk.unblock()
56 rfk.unblock()
75 rfk.unblock()
81 rfk.unblock()
114 rfk0.unblock()
116 rfk1.unblock()
119 rfk0.unblock()
120 rfk1.unblock()
196 rfk.unblock()
221 rfk.unblock()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_rfkill.py51 rfk.unblock()
56 rfk.unblock()
75 rfk.unblock()
81 rfk.unblock()
114 rfk0.unblock()
116 rfk1.unblock()
119 rfk0.unblock()
120 rfk1.unblock()
196 rfk.unblock()
221 rfk.unblock()
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/libs/Signals/test/
H A Dshared_connection_block_test.cpp57 scb1.unblock(); in TEST()
84 scb1.unblock(); in TEST()
90 scb2.unblock(); in TEST()
180 scb.unblock(); in TEST()
194 scb.unblock(); in TEST()
213 scb.unblock(); in TEST()
214 scb.unblock(); in TEST()
215 scb.unblock(); in TEST()
216 scb.unblock(); in TEST()
217 scb.unblock(); in TEST()
[all …]
/dports/www/node10/node-v10.24.1/tools/
H A Dmacos-firewall.sh47 $SFW --unblock "$NODE_DEBUG"
48 $SFW --unblock "$NODE_RELEASE"
49 $SFW --unblock "$NODE_LINK"
50 $SFW --unblock "$CCTEST_DEBUG"
51 $SFW --unblock "$CCTEST_RELEASE"
52 $SFW --unblock "$OPENSSL_CLI_DEBUG"
53 $SFW --unblock "$OPENSSL_CLI_RELEASE"
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/par/
H A Dqueue_test.go21 unblock := make(chan struct{})
24 <-unblock
35 close(unblock)
51 unblock := make(chan struct{})
57 <-unblock
74 close(unblock)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/par/
H A Dqueue_test.go21 unblock := make(chan struct{})
24 <-unblock
35 close(unblock)
51 unblock := make(chan struct{})
57 <-unblock
74 close(unblock)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/par/
H A Dqueue_test.go21 unblock := make(chan struct{})
24 <-unblock
35 close(unblock)
51 unblock := make(chan struct{})
57 <-unblock
74 close(unblock)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/par/
H A Dqueue_test.go21 unblock := make(chan struct{})
24 <-unblock
35 close(unblock)
51 unblock := make(chan struct{})
57 <-unblock
74 close(unblock)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/par/
H A Dqueue_test.go21 unblock := make(chan struct{})
24 <-unblock
35 close(unblock)
51 unblock := make(chan struct{})
57 <-unblock
74 close(unblock)
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/modules/
H A Dblocking.py72 def unblock(self, jids): member in Blocking
82 unblock = stanza.getTag('unblock', namespace=Namespace.BLOCKING)
83 if unblock is not None:
84 properties.blocking = _parse_push(unblock)
124 return BlockingPush(block=[], unblock=[], unblock_all=True)
140 block, unblock = [], []
144 unblock = jids
146 return BlockingPush(block=block, unblock=unblock, unblock_all=False)
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/commands/deployment/
H A Dunblock.mdx3 page_title: 'Commands: deployment unblock'
5 The deployment unblock command is used to manually unblock a deployment.
8 # Command: deployment unblock
10 The `deployment unblock` command is used to manually mark a blocked
13 on the other [federated regions]. The `deployment unblock` command can be used
20 nomad deployment unblock [options] <deployment id>
23 The `deployment unblock` command requires a single argument, a deployment ID or
47 $ nomad deployment unblock 8990cfbc
/dports/net/samba412/samba-4.12.15/source4/torture/smb2/
H A Dblock.c127 bool unblock) in filter_tcp_setup() argument
132 if (unblock) { in filter_tcp_setup()
179 const char *name, bool unblock) in filter_tcp_setup_name() argument
191 if (unblock) { in filter_tcp_setup_name()
307 bool unblock) in torture_block_tcp_transport_name_internal() argument
321 if (!unblock) { in torture_block_tcp_transport_name_internal()
327 unblock ? "un" : "", name, port); in torture_block_tcp_transport_name_internal()
331 ipt, unblock ? "-D" : "-I", chain_in, port); in torture_block_tcp_transport_name_internal()
334 ipt, unblock ? "-D" : "-I", chain_out, port); in torture_block_tcp_transport_name_internal()
344 if (unblock) { in torture_block_tcp_transport_name_internal()
/dports/net/madonctl/madonctl-8d3e9fa/cmd/
H A Ddomainblocks.go18 show, block, unblock bool
33 madonctl domain-blocks --unblock example.com`,
41 domainBlocksCmd.Flags().BoolVar(&domainBlocksOpts.unblock, "unblock", false, "Unblock domain")
54 if opt.block && opt.unblock {
58 if opt.block || opt.unblock {
68 if !opt.show && !opt.block && !opt.unblock {
103 case opt.unblock:
/dports/benchmarks/libmicro/libMicro-0.4.1/
H A Dcascade_flock.c145 unblock(int index) in unblock() function
202 e += unblock(ts->ts_us0); in benchmark()
208 e += unblock(ts->ts_them0); in benchmark()
214 e += unblock(ts->ts_us1); in benchmark()
216 e += unblock(ts->ts_them1); in benchmark()
221 e += unblock(ts->ts_them0); in benchmark()
222 e += unblock(ts->ts_us0); in benchmark()
H A Dcascade_lockf.c140 unblock(int index) in unblock() function
197 e += unblock(ts->ts_us0); in benchmark()
203 e += unblock(ts->ts_them0); in benchmark()
209 e += unblock(ts->ts_us1); in benchmark()
211 e += unblock(ts->ts_them1); in benchmark()
216 e += unblock(ts->ts_them0); in benchmark()
217 e += unblock(ts->ts_us0); in benchmark()
H A Dcascade_mutex.c142 unblock(int index) in unblock() function
199 e += unblock(ts->ts_us0); in benchmark()
205 e += unblock(ts->ts_them0); in benchmark()
211 e += unblock(ts->ts_us1); in benchmark()
213 e += unblock(ts->ts_them1); in benchmark()
218 e += unblock(ts->ts_them0); in benchmark()
219 e += unblock(ts->ts_us0); in benchmark()
H A Dcascade_fcntl.c143 unblock(int index) in unblock() function
206 e += unblock(ts->ts_us0); in benchmark()
212 e += unblock(ts->ts_them0); in benchmark()
218 e += unblock(ts->ts_us1); in benchmark()
220 e += unblock(ts->ts_them1); in benchmark()
225 e += unblock(ts->ts_them0); in benchmark()
226 e += unblock(ts->ts_us0); in benchmark()
H A Dcascade_cond.c184 unblock(int index) in unblock() function
250 e += unblock(ts->ts_us0); in benchmark()
256 e += unblock(ts->ts_them0); in benchmark()
262 e += unblock(ts->ts_us1); in benchmark()
264 e += unblock(ts->ts_them1); in benchmark()
269 e += unblock(ts->ts_them0); in benchmark()
270 e += unblock(ts->ts_us0); in benchmark()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/themes/osx/controlcenter/
H A Dpanel.css14 #tracking-action-unblock,
15 #tracking-action-unblock-private,
22 #tracking-action-unblock:hover:active,
23 #tracking-action-unblock-private:hover:active,
29 #tracking-action-unblock:-moz-focusring,
30 #tracking-action-unblock-private:-moz-focusring,
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/themes/osx/controlcenter/
H A Dpanel.css34 #tracking-action-unblock,
35 #tracking-action-unblock-private,
42 #tracking-action-unblock:hover:active,
43 #tracking-action-unblock-private:hover:active,
49 #tracking-action-unblock:-moz-focusring,
50 #tracking-action-unblock-private:-moz-focusring,
/dports/devel/git-svn/git-2.34.1/
H A Dcommon-main.c18 sigset_t unblock; in restore_sigpipe_to_default() local
20 sigemptyset(&unblock); in restore_sigpipe_to_default()
21 sigaddset(&unblock, SIGPIPE); in restore_sigpipe_to_default()
22 sigprocmask(SIG_UNBLOCK, &unblock, NULL); in restore_sigpipe_to_default()
/dports/devel/git-gui/git-2.34.1/
H A Dcommon-main.c18 sigset_t unblock; in restore_sigpipe_to_default() local
20 sigemptyset(&unblock); in restore_sigpipe_to_default()
21 sigaddset(&unblock, SIGPIPE); in restore_sigpipe_to_default()
22 sigprocmask(SIG_UNBLOCK, &unblock, NULL); in restore_sigpipe_to_default()
/dports/devel/git-p4/git-2.34.1/
H A Dcommon-main.c18 sigset_t unblock;
20 sigemptyset(&unblock);
21 sigaddset(&unblock, SIGPIPE);
22 sigprocmask(SIG_UNBLOCK, &unblock, NULL);
/dports/devel/git/git-2.34.1/
H A Dcommon-main.c18 sigset_t unblock; in restore_sigpipe_to_default() local
20 sigemptyset(&unblock); in restore_sigpipe_to_default()
21 sigaddset(&unblock, SIGPIPE); in restore_sigpipe_to_default()
22 sigprocmask(SIG_UNBLOCK, &unblock, NULL); in restore_sigpipe_to_default()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommon-main.c18 sigset_t unblock; in restore_sigpipe_to_default() local
20 sigemptyset(&unblock); in restore_sigpipe_to_default()
21 sigaddset(&unblock, SIGPIPE); in restore_sigpipe_to_default()
22 sigprocmask(SIG_UNBLOCK, &unblock, NULL); in restore_sigpipe_to_default()

12345678910>>...148