runtime.schedt.pollUntil (field)
5 uses
runtime (current package)
proc.go#L2868: atomic.Store64(&sched.pollUntil, uint64(pollUntil))
proc.go#L2880: atomic.Store64(&sched.pollUntil, 0)
proc.go#L2911: pollerPollUntil := int64(atomic.Load64(&sched.pollUntil))
proc.go#L2950: pollerPollUntil := int64(atomic.Load64(&sched.pollUntil))
runtime2.go#L723: pollUntil uint64 // time to which current poll is sleeping
 |
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. |