Home
last modified time | relevance | path

Searched refs:atomicBool (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/atomic/
H A Datomic_boolean.go32 ab := new(atomicBool)
39 type atomicBool int32 type
42 func (ab *atomicBool) Set() {
47 func (ab *atomicBool) Unset() {
52 func (ab *atomicBool) IsSet() bool {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/poll/
H A Dfd_plan9.go14 type atomicBool int32 type
16 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
17 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
18 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
31 rtimedout atomicBool // set true when read deadline has been reached
32 wtimedout atomicBool // set true when write deadline has been reached
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Datomicbool.go5 type atomicBool struct { struct
9 func (b *atomicBool) set(value bool) { // nolint: unparam argument
18 func (b *atomicBool) get() bool { argument
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Datomicbool.go5 type atomicBool struct { struct
9 func (b *atomicBool) set(value bool) { argument
18 func (b *atomicBool) get() bool { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/poll/
H A Dfd_plan9.go15 type atomicBool int32 type
17 func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
18 func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
19 func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
34 rtimedout atomicBool // set true when read deadline has been reached
35 wtimedout atomicBool // set true when write deadline has been reached

1234567891011