Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unwinder (0.08 sec)

  1. src/runtime/proc.go

    	// other threads, so mp is usually not getg().m.
    	// In fact mp may not even be stopped.
    	// See golang.org/issue/17165.
    	getg().m.mallocing++
    
    	var u unwinder
    	var stk [maxCPUProfStack]uintptr
    	n := 0
    	if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
    		cgoOff := 0
    		// Check cgoCallersUse to make sure that we are not
    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