Lines Matching full:closed
42 // server stop to avoid hanging too long to wait for all client connections to be closed gracefully.
48 // for all the client connections to be closed gracefully.
57 closed int32 member
189 closed := atomic.LoadInt32(&p.closed)
190 if closed != 0 {
191 return closed, nil
224 closed, err := p.innerAccept()
228 if closed != 0 {
249 if atomic.LoadInt32(&p.closed) != 0 {
252 atomic.StoreInt32(&p.closed, 1)
331 if atomic.LoadInt32(&p.closed) != 0 {