Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scheddetail (0.26 sec)

  1. src/runtime/proc.go

    			unlock(&sched.lock)
    			throw("checkdead: runnable g")
    		}
    	})
    	if grunning == 0 { // possible if main goroutine calls runtime·Goexit()
    		unlock(&sched.lock) // unlock so that GODEBUG=scheddetail=1 doesn't hang
    		fatal("no goroutines (main called runtime.Goexit) - deadlock!")
    	}
    
    	// Maybe jump time forward for playground.
    	if faketime != 0 {
    		if when := timeSleepUntil(); when < maxWhen {
    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