Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuncPCABIInternal (0.15 sec)

  1. src/runtime/proc.go

    		n = 2
    		if inVDSOPage(pc) {
    			pc = abi.FuncPCABIInternal(_VDSO) + sys.PCQuantum
    		} else if pc > firstmoduledata.etext {
    			// "ExternalCode" is better than "etext".
    			pc = abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum
    		}
    		stk[0] = pc
    		if mp.preemptoff != "" {
    			stk[1] = abi.FuncPCABIInternal(_GC) + sys.PCQuantum
    		} else {
    			stk[1] = abi.FuncPCABIInternal(_System) + sys.PCQuantum
    		}
    	}
    
    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