Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for planes (0.54 sec)

  1. src/runtime/proc.go

    		// rather than returning it to the thread pool.
    
    		// Return to mstart, which will release the P and exit
    		// the thread.
    		if GOOS != "plan9" { // See golang.org/issue/22227.
    			gogo(&mp.g0.sched)
    		} else {
    			// Clear lockedExt on plan9 since we may end up re-using
    			// this thread.
    			mp.lockedExt = 0
    		}
    	}
    }
    
    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