Home
last modified time | relevance | path

Searched refs:stateInited (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/livego/livego-0.0.15/vendor/github.com/go-redis/redis/v7/internal/pool/
H A Dpool_single.go11 stateInited = 1 const
58 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
82 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
86 case stateInited:
135 case stateInited:
192 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-redis/redis/v7/internal/pool/
H A Dpool_single.go11 stateInited = 1 const
58 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
82 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
86 case stateInited:
135 case stateInited:
192 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
187 case stateInited:
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
187 case stateInited:
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
187 case stateInited:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
187 case stateInited:
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-redis/redis/v8/internal/pool/
H A Dpool_sticky.go12 stateInited = 1 const
77 if atomic.CompareAndSwapUint32(&p.state, stateDefault, stateInited) {
81 case stateInited:
165 if !atomic.CompareAndSwapUint32(&p.state, stateInited, stateDefault) {
186 case stateInited:
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/uuid/
H A Duuid.c135 static int stateInited = 0; variable
142 if (!stateInited) in read_state()
158 if (!stateInited) { in write_state()
160 stateInited = 1; in write_state()