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

7 uses

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

	runtime
		mheap.go#L377: 	b.s.Store(uint8(s))
		os_linux.go#L831: 		mp.needPerThreadSyscall.Store(1)
		os_linux.go#L878: 	gp.m.needPerThreadSyscall.Store(0)
		time.go#L217: 	t.astate.Store(t.state)
		time.go#L542: 			t.astate.Store(t.state)