Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gfput (0.02 sec)

  1. src/runtime/proc.go

    		gp.gcAssistBytes = 0
    	}
    
    	dropg()
    
    	if GOARCH == "wasm" { // no threads yet on wasm
    		gfput(pp, gp)
    		return
    	}
    
    	if locked && mp.lockedInt != 0 {
    		print("runtime: mp.lockedInt = ", mp.lockedInt, "\n")
    		throw("exited a goroutine internally locked to the OS thread")
    	}
    	gfput(pp, gp)
    	if locked {
    		// The goroutine may have locked this thread because
    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