runtime.pollDesc.wg (field)

9 uses

	runtime (current package)
		netpoll.go#L89: 	wg      uintptr   // pdReady, pdWait, G waiting for write or nil
		netpoll.go#L146: 	if pd.wg != 0 && pd.wg != pdReady {
		netpoll.go#L159: 	pd.wg = 0
		netpoll.go#L174: 	if pd.wg != 0 && pd.wg != pdReady {
		netpoll.go#L203: 		pd.wg = 0
		netpoll.go#L416: 		gpp = &pd.wg
		netpoll.go#L451: 		gpp = &pd.wg