Documentation
¶
Index ¶
- Variables
- type RCUQsbr
- func (rq *RCUQsbr) Check(version uint64, wait bool) bool
- func (rq *RCUQsbr) NumGoroutines() uint32
- func (rq *RCUQsbr) Offline(id uint32)
- func (rq *RCUQsbr) Online(id uint32)
- func (rq *RCUQsbr) Quiescent(id uint32)
- func (rq *RCUQsbr) Register(id uint32) error
- func (rq *RCUQsbr) UnRegister(id uint32) error
- func (rq *RCUQsbr) Update() uint64
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrIdExceedsMax = errors.New("id exceeds maximum number")
)
Functions ¶
This section is empty.
Types ¶
type RCUQsbr ¶
type RCUQsbr struct {
// contains filtered or unexported fields
}
func NewRCUQsbr ¶
func (*RCUQsbr) NumGoroutines ¶
func (*RCUQsbr) UnRegister ¶
* Remove a goroutine from the bitmap
Click to show internal directories.
Click to hide internal directories.