Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _SIG_DFL (0.06 sec)

  1. src/runtime/runtime2.go

    	_SigSetStack             // Don't explicitly install handler, but add SA_ONSTACK to existing libc handler
    	_SigUnblock              // always unblock; see blockableSig
    	_SigIgn                  // _SIG_DFL action is to ignore the signal
    )
    
    // Layout of in-memory per-function information prepared by linker
    // See https://golang.org/s/go12symtab.
    // Keep in sync with linker (../cmd/link/internal/ld/pcln.go:/pclntab)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
Back to top