Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for alarm (0.06 sec)

  1. src/regexp/testdata/testregex.c

    			{
    				alarm(HUNG);
    				cret = regcomp(&preg, re, flags);
    				alarm(0);
    			}
    #if _REG_subcomp
    			if (!cret && (test & TEST_SUB))
    			{
    				fun = "regsubcomp";
    				p = re + preg.re_npat;
    				if (!(test & TEST_CATCH))
    					cret = regsubcomp(&preg, p, NiL, 0, 0);
    				else if (!(cret = setjmp(state.gotcha)))
    				{
    					alarm(HUNG);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_arm64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	6:  "abort",
    	7:  "emulation Trap",
    	8:  "arithmetic Exception",
    	9:  "killed",
    	10: "bus Error",
    	11: "segmentation Fault",
    	12: "bad System Call",
    	13: "broken Pipe",
    	14: "alarm Clock",
    	15: "terminated",
    	16: "user Signal 1",
    	17: "user Signal 2",
    	18: "child Status Changed",
    	19: "power-Fail/Restart",
    	20: "window Size Change",
    	21: "urgent Socket Condition",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{9, "SIGKILL", "killed"},
    	{10, "SIGBUS", "bus error"},
    	{11, "SIGSEGV", "segmentation fault"},
    	{12, "SIGSYS", "bad system call"},
    	{13, "SIGPIPE", "broken pipe"},
    	{14, "SIGALRM", "alarm clock"},
    	{15, "SIGTERM", "terminated"},
    	{16, "SIGURG", "urgent I/O condition"},
    	{17, "SIGSTOP", "stopped (signal)"},
    	{18, "SIGTSTP", "stopped"},
    	{19, "SIGCONT", "continued"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  5. src/syscall/zerrors_darwin_amd64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_arm.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_arm64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "suspended (signal)",
    	18: "suspended",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 66.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_netbsd_arm64.go

    	6:  "abort trap",
    	7:  "EMT trap",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "bus error",
    	11: "segmentation fault",
    	12: "bad system call",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    	16: "urgent I/O condition",
    	17: "stopped (signal)",
    	18: "stopped",
    	19: "continued",
    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
Back to top