func runtime.read
4 uses
runtime (current package)
netpoll_kqueue.go#L154: read(int32(netpollBreakRd), noescape(unsafe.Pointer(&tmp[0])), int32(len(tmp)))
os_darwin.go#L120: read(sigNoteRead, unsafe.Pointer(&b), 1)
os_darwin.go#L180: n := read(fd, unsafe.Pointer(&r[0]), int32(len(r)))
sys_darwin.go#L194: func read(fd int32, p unsafe.Pointer, n int32) int32 {
 |
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. |