Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fwdSig (0.19 sec)

  1. src/runtime/signal_unix.go

    		// there shouldn't be any other goroutines running yet.
    		fwdSig[i] = getsig(i)
    
    		if !sigInstallGoHandler(i) {
    			// Even if we are not installing a signal handler,
    			// set SA_ONSTACK if necessary.
    			if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
    				setsigstack(i)
    			} else if fwdSig[i] == _SIG_IGN {
    				sigInitIgnored(i)
    			}
    			continue
    		}
    
    		handlingSig[i] = 1
    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