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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |