Home
last modified time | relevance | path

Searched defs:Once (Results 1 – 25 of 1370) sorted by relevance

12345678910>>...55

/dports/textproc/uni/uni-2.4.0/vendor/zgo.at/zstd/zsync/
H A Donce.go15 type Once struct { struct
16 m sync.Mutex
17 forgotten bool
18 done map[string]struct{}
44 func (o *Once) Do(key string, f func()) bool {
62 func (o *Once) Forget(key string) {
/dports/irc/ergo/ergo-2.8.0/irc/utils/
H A Dsync.go13 type Once struct { struct
14 done uint32
15 m sync.Mutex
18 func (o *Once) Do(f func()) {
24 func (o *Once) doSlow(f func()) {
33 func (o *Once) Done() bool {
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/docs/experiments/matmul/
H A Dscopsonly.print_array.dot9 Node0x7fffdb5b7960 -> Node0x7fffdb5b79c0;
10 Node0x7fffdb5b79c0 [shape=record,label="{for.body3}"];
12 Node0x7fffdb5b79c0 -> Node0x7fffdb5b7a80;
14 Node0x7fffdb5b79e0 -> Node0x7fffdb5b7a80;
27 subgraph cluster_0x7fffdb5cc3c0 {
28 …label = "Call instruction: %call = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct.…
39 Node0x7fffdb5b79c0;
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/
H A Donce.rs27 pub struct Once<Fut> { struct
31 impl<Fut: Unpin> Unpin for Once<Fut> {} argument
33 impl<Fut> Once<Fut> { impl
37 impl<Fut: Future> Stream for Once<Fut> { implementation
59 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Donce.rs27 pub struct Once<Fut> { struct
31 impl<Fut: Unpin> Unpin for Once<Fut> {} argument
33 impl<Fut> Once<Fut> { implementation
37 impl<Fut: Future> Stream for Once<Fut> { implementation
59 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Donce.rs27 pub struct Once<Fut> { struct
31 impl<Fut: Unpin> Unpin for Once<Fut> {} argument
33 impl<Fut> Once<Fut> { impl
37 impl<Fut: Future> Stream for Once<Fut> { implementation
59 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/
H A Donce.rs27 pub struct Once<Fut> { struct
31 impl<Fut: Unpin> Unpin for Once<Fut> {} argument
33 impl<Fut> Once<Fut> { impl
37 impl<Fut: Future> Stream for Once<Fut> { implementation
59 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/stream/
H A Donce.rs27 pub struct Once<Fut> { struct
31 impl<Fut: Unpin> Unpin for Once<Fut> {} implementation
33 impl<Fut> Once<Fut> { impl
37 impl<Fut: Future> Stream for Once<Fut> { implementation
59 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { impl
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { impl
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { implementation
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { impl
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { argument
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { implementation
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { implementation
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/stream/
H A Donce.rs28 pub struct Once<Fut> { struct
33 impl<Fut> Once<Fut> { argument
39 impl<Fut: Future> Stream for Once<Fut> { implementation
45 let Once { mut future } = self.project(); in poll_next() localVariable
64 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/dports/lang/gcc10/gcc-10.3.0/libgo/go/sync/
H A Donce.go12 type Once struct { struct
18 done uint32
19 m Mutex
40 func (o *Once) Do(f func()) {
61 func (o *Once) doSlow(f func()) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/sync/
H A Donce.go14 type Once struct { struct
20 done uint32
21 m Mutex
42 func (o *Once) Do(f func()) {
63 func (o *Once) doSlow(f func()) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/sync/
H A Donce.go12 type Once struct { struct
18 done uint32
19 m Mutex
40 func (o *Once) Do(f func()) {
61 func (o *Once) doSlow(f func()) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/sync/
H A Donce.go14 type Once struct { struct
20 done uint32
21 m Mutex
42 func (o *Once) Do(f func()) {
63 func (o *Once) doSlow(f func()) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/sync/
H A Donce.go14 type Once struct { struct
20 done uint32
21 m Mutex
42 func (o *Once) Do(f func()) {
63 func (o *Once) doSlow(f func()) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/sync/
H A Donce.go14 type Once struct { struct
20 done uint32
21 m Mutex
42 func (o *Once) Do(f func()) {
63 func (o *Once) doSlow(f func()) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/matryer/resync/
H A Donce.go11 type Once struct { struct
12 m sync.Mutex
13 done uint32
19 func (o *Once) Do(f func()) {
34 func (o *Once) Reset() {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/sync/
H A Donce.go12 type Once struct { struct
18 done uint32
19 m Mutex
40 func (o *Once) Do(f func()) {
61 func (o *Once) doSlow(f func()) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/sync/
H A Donce.go14 type Once struct { struct
20 done uint32
21 m Mutex
42 func (o *Once) Do(f func()) {
63 func (o *Once) doSlow(f func()) {

12345678910>>...55