Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setGsignalStack (0.2 sec)

  1. src/runtime/signal_unix.go

    	}
    	return flags&(_SigKill|_SigThrow) == 0
    }
    
    // gsignalStack saves the fields of the gsignal stack changed by
    // setGsignalStack.
    type gsignalStack struct {
    	stack       stack
    	stackguard0 uintptr
    	stackguard1 uintptr
    	stktopsp    uintptr
    }
    
    // setGsignalStack sets the gsignal stack of the current m to an
    // alternate signal stack returned from the sigaltstack system call.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top