Home
last modified time | relevance | path

Searched refs:stopc (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tbl/
H A Dt4.c41 int icol, c, sawchar, stopc, i; in readspec() local
155 stopc = ')'; in readspec()
160 if (c == stopc) { in readspec()
161 stopc = 0; in readspec()
164 if (stopc == 0) in readspec()
175 if (stopc) in readspec()
176 if (get1char() != stopc) in readspec()
238 stopc = 0; in readspec()
241 stopc = ')'; in readspec()
246 if (stopc && c == stopc) in readspec()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/rac/
H A Dconc_reader.go89 stopc chan stopWork member
149 c.stopc = make(chan stopWork)
161 return c.stopc != nil
165 if c.stopc != nil {
167 c.stopc = nil
173 if c.stopc != nil {
177 close(c.stopc)
178 c.stopc = nil
268 c.stopc <- stopWork{c.ackc, keepWorking}
322 case stop := <-stopc:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/rac/
H A Dconc_reader.go89 stopc chan stopWork member
149 c.stopc = make(chan stopWork)
161 return c.stopc != nil
165 if c.stopc != nil {
167 c.stopc = nil
173 if c.stopc != nil {
177 close(c.stopc)
178 c.stopc = nil
268 c.stopc <- stopWork{c.ackc, keepWorking}
322 case stop := <-stopc:
[all …]
/dports/devel/etcd/etcd-2.3.8/raft/rafttest/
H A Dnode.go30 stopc chan struct{} member
61 n.stopc = make(chan struct{})
83 case <-n.stopc:
87 close(n.stopc)
112 n.stopc <- struct{}{}
114 <-n.stopc
121 <-n.stopc
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/devel/etcd31/etcd-3.1.20/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/devel/etcd32/etcd-3.2.32/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/devel/etcd33/etcd-3.3.23/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/raft/rafttest/
H A Dnode.go31 stopc chan struct{} member
64 n.stopc = make(chan struct{})
88 case <-n.stopc:
92 close(n.stopc)
117 n.stopc <- struct{}{}
119 <-n.stopc
126 <-n.stopc
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/tbl/
H A Dt4.c56 int icol, c, sawchar, stopc, i; in readspec() local
156 snp[0]=snp[1]=stopc=0; in readspec()
159 if (stopc==0 && i==2) break; in readspec()
165 stopc=')'; in readspec()
169 if (c==stopc) {stopc=0; break;} in readspec()
176 if (stopc) if (get1char()!=stopc) in readspec()
254 stopc=0; in readspec()
261 stopc = ')'; in readspec()
264 if ( !stopc && (c>'9' || c< '0')) in readspec()
266 if (stopc && c== stopc) in readspec()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/raft/rafttest/
H A Dnode.go32 stopc chan struct{} member
66 n.stopc = make(chan struct{})
95 case <-n.stopc:
99 close(n.stopc)
124 n.stopc <- struct{}{}
126 <-n.stopc
133 <-n.stopc
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/raft/rafttest/
H A Dnode.go32 stopc chan struct{} member
66 n.stopc = make(chan struct{})
95 case <-n.stopc:
99 close(n.stopc)
124 n.stopc <- struct{}{}
126 <-n.stopc
133 <-n.stopc
/dports/www/minio-client/etcd-3.5.0/raft/rafttest/
H A Dnode.go32 stopc chan struct{} member
66 n.stopc = make(chan struct{})
95 case <-n.stopc:
99 close(n.stopc)
124 n.stopc <- struct{}{}
126 <-n.stopc
133 <-n.stopc
/dports/devel/etcd34/etcd-3.4.18/raft/rafttest/
H A Dnode.go32 stopc chan struct{} member
66 n.stopc = make(chan struct{})
95 case <-n.stopc:
99 close(n.stopc)
124 n.stopc <- struct{}{}
126 <-n.stopc
133 <-n.stopc
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/raft/rafttest/
H A Dnode.go32 stopc chan struct{} member
66 n.stopc = make(chan struct{})
95 case <-n.stopc:
99 close(n.stopc)
124 n.stopc <- struct{}{}
126 <-n.stopc
133 <-n.stopc
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/runutil/
H A Drunutil.go67 func Repeat(interval time.Duration, stopc <-chan struct{}, f func() error) error {
76 case <-stopc:
84 func Retry(interval time.Duration, stopc <-chan struct{}, f func() error) error {
85 return RetryWithLog(log.NewNopLogger(), interval, stopc, f)
89 func RetryWithLog(logger log.Logger, interval time.Duration, stopc <-chan struct{}, f func() error)…
100 case <-stopc:
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/devel/etcd32/etcd-3.2.32/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/devel/etcd33/etcd-3.3.23/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/www/minio-client/etcd-3.5.0/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:
/dports/devel/etcd/etcd-2.3.8/contrib/raftexample/
H A Dlistener.go27 stopc <-chan struct{} member
30 func newStoppableListener(addr string, stopc <-chan struct{}) (*stoppableListener, error) {
35 return &stoppableListener{ln.(*net.TCPListener), stopc}, nil
50 case <-ln.stopc:

12345678910>>...21