func runtime.nonblockingPipe

2 uses

	runtime (current package)
		nbpipe_pipe.go#L9: func nonblockingPipe() (r, w int32, errno int32) {
		netpoll_kqueue.go#L31: 	r, w, errno := nonblockingPipe()