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

3 uses

	runtime/internal/atomic (current package)
		types.go#L105: func (u *Uint8) Store(value uint8) {

	runtime
		os_linux.go#L831: 		mp.needPerThreadSyscall.Store(1)
		os_linux.go#L877: 	gp.m.needPerThreadSyscall.Store(0)