func runtime.notewakeup

25 uses

	runtime (current package)
		lock_sema.go#L142: func notewakeup(n *note) {
		mgc.go#L1890: 	notewakeup(&work.bgMarkReady)
		proc.go#L1170: 		notewakeup(&sched.sysmonnote)
		proc.go#L1186: 			notewakeup(&mp.park)
		proc.go#L1631: 				notewakeup(&mp.park)
		proc.go#L1652: 				notewakeup(&sched.sysmonnote)
		proc.go#L1658: 				notewakeup(&newmHandoff.wake)
		proc.go#L1695: 		notewakeup(&sched.safePointNote)
		proc.go#L2098: 			notewakeup(&newmHandoff.wake)
		proc.go#L2353: 	notewakeup(&nmp.park)
		proc.go#L2387: 			notewakeup(&sched.stopnote)
		proc.go#L2396: 			notewakeup(&sched.safePointNote)
		proc.go#L2479: 	notewakeup(&mp.park)
		proc.go#L2504: 		notewakeup(&sched.stopnote)
		proc.go#L3572: 		notewakeup(&sched.sysmonnote)
		proc.go#L3589: 			notewakeup(&sched.stopnote)
		proc.go#L3799: 		notewakeup(&sched.sysmonnote)
		proc.go#L3827: 		notewakeup(&sched.sysmonnote)
		proc.go#L5072: 			notewakeup(&mp.park)
		profbuf.go#L389: 			notewakeup(&b.wait)
		profbuf.go#L416: 			notewakeup(&b.wait)
		rwmutex.go#L73: 				notewakeup(&w.park)
		rwmutex.go#L116: 		notewakeup(&reader.park)
		sigqueue.go#L117: 				notewakeup(&sig.note)
		sigqueue.go#L139: 		notewakeup(&sig.note)