runtime/internal/atomic.Uint8.Load (method)

3 uses

	runtime/internal/atomic (current package)
		types.go#L100: func (u *Uint8) Load() uint8 {

	runtime
		os_linux.go#L840: 		for mp.needPerThreadSyscall.Load() != 0 {
		os_linux.go#L861: 	if gp.m.needPerThreadSyscall.Load() == 0 {