Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoSysCall (0.09 sec)

  1. src/runtime/proc.go

    			print("entersyscall inconsistent ", hex(gp.syscallsp), " [", hex(gp.stack.lo), ",", hex(gp.stack.hi), "]\n")
    			throw("entersyscall")
    		})
    	}
    
    	if trace.ok() {
    		systemstack(func() {
    			trace.GoSysCall()
    			traceRelease(trace)
    		})
    		// systemstack itself clobbers g.sched.{pc,sp} and we might
    		// need them later when the G is genuinely blocked in a
    		// syscall
    		save(pc, sp, bp)
    	}
    
    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