Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for sigwaitinfo (0.16 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_SIGTIMEDWAIT             = 345 // { int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout); }
    	SYS_SIGWAITINFO              = 346 // { int sigwaitinfo(const sigset_t *set, siginfo_t *info); }
    	SYS___ACL_GET_FILE           = 347 // { int __acl_get_file(const char *path, acl_type_t type, struct acl *aclp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_SIGTIMEDWAIT             = 345 // { int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout); }
    	SYS_SIGWAITINFO              = 346 // { int sigwaitinfo(const sigset_t *set, siginfo_t *info); }
    	SYS___ACL_GET_FILE           = 347 // { int __acl_get_file(const char *path, acl_type_t type, struct acl *aclp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/runtime/signal_solaris.go

    	/* 29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling timer expired"},
    	/* 30 */ {_SigNotify, "SIGXCPU: exceeded cpu limit"},
    	/* 31 */ {_SigNotify, "SIGXFSZ: exceeded file size limit"},
    	/* 32 */ {_SigNotify, "SIGWAITING: reserved signal no longer used by"},
    	/* 33 */ {_SigNotify, "SIGLWP: reserved signal no longer used by"},
    	/* 34 */ {_SigNotify, "SIGFREEZE: special signal used by CPR"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 20:27:15 UTC 2019
    - 4.5K bytes
    - Viewed (0)
  4. src/runtime/defs_aix.go

    	_SIGPROF    = C.SIGPROF
    	_SIGWINCH   = C.SIGWINCH
    	_SIGIO      = C.SIGIO
    	_SIGPWR     = C.SIGPWR
    	_SIGSYS     = C.SIGSYS
    	_SIGTERM    = C.SIGTERM
    	_SIGEMT     = C.SIGEMT
    	_SIGWAITING = C.SIGWAITING
    
    	_FPE_INTDIV = C.FPE_INTDIV
    	_FPE_INTOVF = C.FPE_INTOVF
    	_FPE_FLTDIV = C.FPE_FLTDIV
    	_FPE_FLTOVF = C.FPE_FLTOVF
    	_FPE_FLTUND = C.FPE_FLTUND
    	_FPE_FLTRES = C.FPE_FLTRES
    	_FPE_FLTINV = C.FPE_FLTINV
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  5. src/runtime/sigtab_aix.go

    	_SIGIO:      {_SigNotify, "SIGIO: i/o now possible"},
    	_SIGPWR:     {_SigNotify, "SIGPWR: power failure restart"},
    	_SIGEMT:     {_SigThrow, "SIGEMT: emulate instruction executed"},
    	_SIGWAITING: {0, "SIGWAITING: reserved signal no longer used by"},
    	26:          {_SigNotify, "signal 26"},
    	27:          {_SigNotify, "signal 27"},
    	33:          {_SigNotify, "signal 33"},
    	35:          {_SigNotify, "signal 35"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 03 20:58:16 UTC 2018
    - 11.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	SIGURG      = syscall.Signal(0x10)
    	SIGUSR1     = syscall.Signal(0x1e)
    	SIGUSR2     = syscall.Signal(0x1f)
    	SIGVIRT     = syscall.Signal(0x25)
    	SIGVTALRM   = syscall.Signal(0x22)
    	SIGWAITING  = syscall.Signal(0x27)
    	SIGWINCH    = syscall.Signal(0x1c)
    	SIGXCPU     = syscall.Signal(0x18)
    	SIGXFSZ     = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	SIGURG      = syscall.Signal(0x10)
    	SIGUSR1     = syscall.Signal(0x1e)
    	SIGUSR2     = syscall.Signal(0x1f)
    	SIGVIRT     = syscall.Signal(0x25)
    	SIGVTALRM   = syscall.Signal(0x22)
    	SIGWAITING  = syscall.Signal(0x27)
    	SIGWINCH    = syscall.Signal(0x1c)
    	SIGXCPU     = syscall.Signal(0x18)
    	SIGXFSZ     = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	SIGTTOU    = syscall.Signal(0x1b)
    	SIGURG     = syscall.Signal(0x15)
    	SIGUSR1    = syscall.Signal(0x10)
    	SIGUSR2    = syscall.Signal(0x11)
    	SIGVTALRM  = syscall.Signal(0x1c)
    	SIGWAITING = syscall.Signal(0x20)
    	SIGWINCH   = syscall.Signal(0x14)
    	SIGXCPU    = syscall.Signal(0x1e)
    	SIGXFSZ    = syscall.Signal(0x1f)
    	SIGXRES    = syscall.Signal(0x26)
    )
    
    // Error table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  9. 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)
  10. src/syscall/zerrors_aix_ppc64.go

    	SIGTTIN     = Signal(0x15)
    	SIGTTOU     = Signal(0x16)
    	SIGURG      = Signal(0x10)
    	SIGUSR1     = Signal(0x1e)
    	SIGUSR2     = Signal(0x1f)
    	SIGVIRT     = Signal(0x25)
    	SIGVTALRM   = Signal(0x22)
    	SIGWAITING  = Signal(0x27)
    	SIGWINCH    = Signal(0x1c)
    	SIGXCPU     = Signal(0x18)
    	SIGXFSZ     = Signal(0x19)
    )
    
    // Error table
    var errors = [...]string{
    	1:   "not owner",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
Back to top