Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sigwaitinfo (0.08 sec)

  1. src/os/signal/doc.go

    default behavior does not occur. It also applies to some signals that
    otherwise cause no action: SIGUSR1, SIGUSR2, SIGPIPE, SIGALRM,
    SIGCHLD, SIGCONT, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGWINCH,
    SIGIO, SIGPWR, SIGINFO, SIGTHR, SIGWAITING, SIGLWP, SIGFREEZE,
    SIGTHAW, SIGLOST, SIGXRES, SIGJVM1, SIGJVM2, and any real time signals
    used on the system. Note that not all of these signals are available
    on all systems.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	SIGTSTP    = Signal(0x18)
    	SIGTTIN    = Signal(0x1a)
    	SIGTTOU    = Signal(0x1b)
    	SIGURG     = Signal(0x15)
    	SIGUSR1    = Signal(0x10)
    	SIGUSR2    = Signal(0x11)
    	SIGVTALRM  = Signal(0x1c)
    	SIGWAITING = Signal(0x20)
    	SIGWINCH   = Signal(0x14)
    	SIGXCPU    = Signal(0x1e)
    	SIGXFSZ    = Signal(0x1f)
    	SIGXRES    = Signal(0x26)
    )
    
    // Error table
    var errors = [...]string{
    	1:   "not owner",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top