Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/proc.go

    	}
    
    	// Return mp.curg to dead state.
    	casgstatus(mp.curg, _Gsyscall, _Gdead)
    	mp.curg.preemptStop = false
    	sched.ngsys.Add(1)
    
    	if !mp.isExtraInSig {
    		if trace.ok() {
    			trace.GoDestroySyscall()
    			traceRelease(trace)
    		}
    	}
    
    	// Trash syscalltick so that it doesn't line up with mp.old.syscalltick anymore.
    	//
    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