runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L248: 	mysg.c = c
		chan.go#L275: 	mysg.c = nil
		chan.go#L568: 	mysg.c = c
		chan.go#L589: 	mysg.c = nil
		proc.go#L406: 	if s.c != nil {
		runtime2.go#L378: 	c        *hchan // channel
		select.go#L85: 		if sg.c != lastc && lastc != nil {
		select.go#L94: 		lastc = sg.c
		select.go#L308: 		sg.c = c
		select.go#L348: 		sg1.c = nil
		stack.go#L776: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L795: 		if sg.c != lastc {
		stack.go#L805: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L807: 		lastc = sg.c
		stack.go#L827: 		if sg.c != lastc {
		stack.go#L828: 			unlock(&sg.c.lock)
		stack.go#L830: 		lastc = sg.c