Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SIGJVM2 (0.06 sec)

  1. src/runtime/signal_solaris.go

    	/* 38 */ {_SigNotify, "SIGXRES: resource control exceeded"},
    	/* 39 */ {_SigNotify, "SIGJVM1: reserved signal for Java Virtual Machine"},
    	/* 40 */ {_SigNotify, "SIGJVM2: reserved signal for Java Virtual Machine"},
    
    	/* TODO(aram): what should be do about these signals? _SigDefault or _SigNotify? is this set static? */
    	/* 41 */ {_SigNotify, "real time signal"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 20:27:15 UTC 2019
    - 4.5K bytes
    - Viewed (0)
  2. src/os/signal/doc.go

    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.
    
    If the program was started with SIGHUP or SIGINT ignored, and [Notify]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	SIGILL     = syscall.Signal(0x4)
    	SIGINFO    = syscall.Signal(0x29)
    	SIGINT     = syscall.Signal(0x2)
    	SIGIO      = syscall.Signal(0x16)
    	SIGIOT     = syscall.Signal(0x6)
    	SIGJVM1    = syscall.Signal(0x27)
    	SIGJVM2    = syscall.Signal(0x28)
    	SIGKILL    = syscall.Signal(0x9)
    	SIGLOST    = syscall.Signal(0x25)
    	SIGLWP     = syscall.Signal(0x21)
    	SIGPIPE    = syscall.Signal(0xd)
    	SIGPOLL    = syscall.Signal(0x16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/syscall/zerrors_solaris_amd64.go

    	SIGFREEZE  = Signal(0x22)
    	SIGHUP     = Signal(0x1)
    	SIGILL     = Signal(0x4)
    	SIGINT     = Signal(0x2)
    	SIGIO      = Signal(0x16)
    	SIGIOT     = Signal(0x6)
    	SIGJVM1    = Signal(0x27)
    	SIGJVM2    = Signal(0x28)
    	SIGKILL    = Signal(0x9)
    	SIGLOST    = Signal(0x25)
    	SIGLWP     = Signal(0x21)
    	SIGPIPE    = Signal(0xd)
    	SIGPOLL    = Signal(0x16)
    	SIGPROF    = Signal(0x1d)
    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