Lines Matching refs:AddInt32
979 atomic.AddInt32(&numOpen, 1)980 c := noteCloseConn{rc, func() { atomic.AddInt32(&numClose, 1) }}