internal/poll.pollDesc.runtimeCtx (field)
16 uses
internal/poll (current package)
fd_poll_runtime.go#L32: runtimeCtx uintptr
fd_poll_runtime.go#L47: pd.runtimeCtx = ctx
fd_poll_runtime.go#L52: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L55: runtime_pollClose(pd.runtimeCtx)
fd_poll_runtime.go#L56: pd.runtimeCtx = 0
fd_poll_runtime.go#L61: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L64: runtime_pollUnblock(pd.runtimeCtx)
fd_poll_runtime.go#L68: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L71: res := runtime_pollReset(pd.runtimeCtx, mode)
fd_poll_runtime.go#L84: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L87: res := runtime_pollWait(pd.runtimeCtx, mode)
fd_poll_runtime.go#L100: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L103: runtime_pollWaitCanceled(pd.runtimeCtx, mode)
fd_poll_runtime.go#L107: return pd.runtimeCtx != 0
fd_poll_runtime.go#L161: if fd.pd.runtimeCtx == 0 {
fd_poll_runtime.go#L164: runtime_pollSetDeadline(fd.pd.runtimeCtx, d, mode)
![]() |
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. |