Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for m_gsignal (0.12 sec)

  1. src/runtime/proc.go

    	}
    
    	sigblock(true)
    	unminit()
    
    	// Free the gsignal stack.
    	if mp.gsignal != nil {
    		stackfree(mp.gsignal.stack)
    		// On some platforms, when calling into VDSO (e.g. nanotime)
    		// we store our g on the gsignal stack, if there is one.
    		// Now the stack is freed, unlink it from the m, so we
    		// won't write to it when calling VDSO code.
    		mp.gsignal = nil
    	}
    
    	// Remove m from allm.
    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