Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for port_alert (0.34 sec)

  1. src/runtime/netpoll_solaris.go

    				throw("runtime: netpoll: bad port_alert wakeup")
    			}
    			if delay != 0 {
    				// Now that a blocking call to netpoll
    				// has seen the alert, take portfd
    				// back out of alert mode.
    				// See the comment in netpollBreak.
    				if port_alert(portfd, 0, 0, 0) < 0 {
    					e := errno()
    					println("runtime: port_alert failed with", e)
    					throw("runtime: netpoll: port_alert failed")
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top