Home
last modified time | relevance | path

Searched refs:unblock (Results 51 – 75 of 4446) sorted by relevance

12345678910>>...178

/dports/net/krill/krill-0.9.4/cargo-crates/tiny_http-0.8.2/tests/
H A Dunblock-test.rs12 thread::spawn(move || s1.unblock()); in unblock_server()
30 s.unblock(); in unblock_threads()
31 s.unblock(); in unblock_threads()
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_erl_clauses.erl32 {{clause, ?ann(Meta), TArgs, TGuards, unblock(TExpr)}, SE}.
61 {{clause, ?ann(Meta), [TCondition], [], unblock(TExpr)}, SB}.
63 unblock({'block', _, Exprs}) -> Exprs; function
64 unblock(Exprs) -> [Exprs]. function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_erl_clauses.erl32 {{clause, Ann, TMatch, TGuards, unblock(TExpr)}, SE}.
62 {{clause, Ann, [TCondition], [], unblock(TExpr)}, SB}.
64 unblock({'block', _, Exprs}) -> Exprs; function
65 unblock(Exprs) -> [Exprs]. function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blocking-1.0.2/
H A DREADME.md36 use blocking::unblock;
39 let contents = unblock(|| fs::read_to_string("file.txt")).await?;
46 use blocking::{unblock, Unblock};
50 let input = unblock(|| File::open("file.txt")).await?;
73 use blocking::unblock;
76 let out = unblock(|| Command::new("dir").output()).await?;
/dports/games/genact/genact-0.10.0/cargo-crates/blocking-0.5.1/
H A DREADME.md36 use blocking::unblock;
40 let contents = unblock(|| fs::read_to_string("file.txt")).await?;
47 use blocking::{unblock, Unblock};
51 let input = unblock(|| File::open("file.txt")).await?;
74 use blocking::unblock;
77 let out = unblock(|| Command::new("dir").output()).await?;
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/blocking-1.0.2/
H A DREADME.md36 use blocking::unblock;
39 let contents = unblock(|| fs::read_to_string("file.txt")).await?;
46 use blocking::{unblock, Unblock};
50 let input = unblock(|| File::open("file.txt")).await?;
73 use blocking::unblock;
76 let out = unblock(|| Command::new("dir").output()).await?;
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/libs/Signals/include/signals/
H A Dshared_connection_block.hpp59 ~Shared_connection_block() { this->unblock(); } in ~Shared_connection_block()
62 void unblock() { in unblock() function in sig::Shared_connection_block
87 this->unblock(); in reset()
/dports/net/evans/evans-0.9.1/vendor/go.uber.org/goleak/
H A Dleaks_test.go51 bg.unblock()
62 bg.unblock()
83 bg.unblock()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/blocking-1.1.0/
H A DREADME.md38 use blocking::unblock;
41 let contents = unblock(|| fs::read_to_string("file.txt")).await?;
48 use blocking::{unblock, Unblock};
52 let input = unblock(|| File::open("file.txt")).await?;
75 use blocking::unblock;
78 let out = unblock(|| Command::new("dir").output()).await?;
/dports/textproc/jql/jql-3.0.6/cargo-crates/blocking-1.1.0/
H A DREADME.md38 use blocking::unblock;
41 let contents = unblock(|| fs::read_to_string("file.txt")).await?;
48 use blocking::{unblock, Unblock};
52 let input = unblock(|| File::open("file.txt")).await?;
75 use blocking::unblock;
78 let out = unblock(|| Command::new("dir").output()).await?;
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/test/
H A Dpmix_test.c53 sigset_t unblock; in main() local
92 if (0 != sigemptyset(&unblock)) { in main()
96 if (0 != sigaddset(&unblock, SIGCHLD)) { in main()
100 if (0 != sigprocmask(SIG_UNBLOCK, &unblock, NULL)) { in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Dtemplate_hook.go92 func (h *templateHook) newManager() (unblock chan struct{}, err error) {
93 unblock = make(chan struct{})
95 UnblockCh: unblock,
111 return unblock, nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-transport-upgrader/
H A Dupgrader_test.go50 unblock chan struct{} member
56 return &blockingMuxer{unblock: make(chan struct{})}
60 <-m.unblock
65 close(m.unblock)
/dports/shells/fish/fish-3.3.1/share/completions/
H A Drfkill.fish1 complete -c rfkill -xa 'block unblock list event help' -n 'not __fish_seen_subcommand_from block un…
2 complete -c rfkill -n '__fish_seen_subcommand_from block unblock list' -d 'device group' -xa "all w…
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Dtemplate_hook.go111 func (h *templateHook) newManager() (unblock chan struct{}, err error) {
112 unblock = make(chan struct{})
114 UnblockCh: unblock,
132 return unblock, nil
/dports/www/firefox-esr/firefox-91.8.0/dom/base/test/
H A Dfile_bug503481.sjs12 dump("unable to unblock " + s + "retrying in half a second\n");
29 if (query.unblock) {
30 attemptUnblock(query.unblock);
/dports/www/py-instabot/instabot-0.117.0/instabot/bot/
H A Dbot_block.py20 def unblock(self, user_id): function
24 if self.api.unblock(user_id):
48 if not self.unblock(user_id):
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/test/
H A Dfile_bug503481.sjs12 dump("unable to unblock " + s + "retrying in half a second\n");
29 if (query.unblock) {
30 attemptUnblock(query.unblock);
/dports/www/firefox/firefox-99.0/dom/base/test/
H A Dfile_bug503481.sjs14 dump("unable to unblock " + s + "retrying in half a second\n");
35 if (query.unblock) {
36 attemptUnblock(query.unblock);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/test/
H A Dfile_bug503481.sjs12 dump("unable to unblock " + s + "retrying in half a second\n");
29 if (query.unblock) {
30 attemptUnblock(query.unblock);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/test/
H A Dfile_bug503481.sjs12 dump("unable to unblock " + s + "retrying in half a second\n");
29 if (query.unblock) {
30 attemptUnblock(query.unblock);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/lib/circbufwriter/
H A Dwriter_test.go34 unblock <-chan struct{} member
38 <-b.unblock
45 bw := &blockingWriter{unblock: blockCh}
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/test/
H A Dfile_bug503481.sjs12 dump("unable to unblock " + s + "retrying in half a second\n");
29 if (query.unblock) {
30 attemptUnblock(query.unblock);
/dports/sysutils/nomad/nomad-1.1.0/lib/circbufwriter/
H A Dwriter_test.go34 unblock <-chan struct{} member
38 <-b.unblock
45 bw := &blockingWriter{unblock: blockCh}
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dcredit_flow.erl56 -export([block/1, unblock/1]).
148 if C =< 0 andalso C + MoreCredit > 0 -> unblock(From),
178 unblock(Peer),
200 unblock(From) -> function

12345678910>>...178