Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoCreateSyscall (0.11 sec)

  1. src/runtime/proc.go

    		trace = traceAcquire()
    	}
    
    	// mp.curg is now a real goroutine.
    	casgstatus(mp.curg, _Gdead, _Gsyscall)
    	sched.ngsys.Add(-1)
    
    	if !signal {
    		if trace.ok() {
    			trace.GoCreateSyscall(mp.curg)
    			traceRelease(trace)
    		}
    	}
    	mp.isExtraInSig = signal
    }
    
    // Acquire an extra m and bind it to the C thread when a pthread key has been created.
    //
    //go:nosplit
    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