HomeSort by relevance Sort by last modified time
    Searched full:netpollupdate (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
netpoll_solaris.go 51 // runtime·netpollupdate. This function takes care to associate the
64 // lock allows runtime·netpollupdate to be called synchronously from
145 func netpollupdate(pd *pollDesc, set, clear uint32) { func
157 print("netpollupdate: failed to associate (", errno(), ")\n")
158 throw("netpollupdate: failed to associate")
168 netpollupdate(pd, _POLLIN, 0)
170 netpollupdate(pd, _POLLOUT, 0)
230 netpollupdate(pd, 0, uint32(clear))
  /prebuilts/go/linux-x86/src/runtime/
netpoll_solaris.go 51 // runtime·netpollupdate. This function takes care to associate the
64 // lock allows runtime·netpollupdate to be called synchronously from
145 func netpollupdate(pd *pollDesc, set, clear uint32) { func
157 print("netpollupdate: failed to associate (", errno(), ")\n")
158 throw("netpollupdate: failed to associate")
168 netpollupdate(pd, _POLLIN, 0)
170 netpollupdate(pd, _POLLOUT, 0)
230 netpollupdate(pd, 0, uint32(clear))

Completed in 171 milliseconds