Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for netpollBreak (0.14 sec)

  1. src/runtime/proc.go

    				mp.becomeSpinning()
    			}
    			goto top
    		}
    	} else if pollUntil != 0 && netpollinited() {
    		pollerPollUntil := sched.pollUntil.Load()
    		if pollerPollUntil == 0 || pollerPollUntil > pollUntil {
    			netpollBreak()
    		}
    	}
    	stopm()
    	goto top
    }
    
    // pollWork reports whether there is non-background work this P could
    // be doing. This is a fairly lightweight check to be used for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top