Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
Back to top