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#L384: 	b.s.Store(uint8(s))
		os_linux.go#L849: 		mp.needPerThreadSyscall.Store(1)
		os_linux.go#L896: 	gp.m.needPerThreadSyscall.Store(0)
		time.go#L239: 	t.astate.Store(t.state)
		time.go#L590: 			t.astate.Store(t.state)