Home
last modified time | relevance | path

Searched defs:Work (Results 1 – 25 of 1273) sorted by relevance

12345678910>>...51

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/rogpeppe/go-internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(any) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[any]bool // items added to set
22 todo []any // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/par/
H A Dwork.go16 type Work struct { struct
17 f func(interface{}) // function to run for each item
18 running int // total number of runners
20 mu sync.Mutex
21 added map[interface{}]bool // items added to set
22 todo []interface{} // items yet to be run
23 wait sync.Cond // wait when todo is empty
24 waiting int // number of runners waiting for todo
27 func (w *Work) init() {
56 panic("par.Work.Do: n < 1")
[all …]
/dports/security/cops/cops_104+/docs/
H A DCOPS.tex440 \subsection{Detecting known bugs}
457 \subsection{Checksums and Signatures}
468 \subsection{Detecting changes in important files}
476 \subsection{NFS and Yellow Pages}
484 \subsection{Include UUCP security checks}
492 \subsection{Configuration files}
500 \subsection{Checking OS-specific problems}
/dports/devel/boost-docs/boost_1_72_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.boost.org/sgi/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.boost.org/sgi/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.sgi.com/tech/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.sgi.com/tech/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/databases/percona57-server/boost_1_59_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.sgi.com/tech/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.sgi.com/tech/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
/dports/databases/percona57-client/boost_1_59_0/libs/graph/doc/
H A Dread_graphviz.rst235 .. _GraphViz: http://graphviz.org/
236 .. _`Mutable Graph`: MutableGraph.html
237 .. _`Input Iterator`: http://www.sgi.com/tech/stl/InputIterator.html
238 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
239 .. _write_graphviz: write-graphviz.html
240 .. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install

12345678910>>...51