Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 79 of 79 for alarm (0.05 sec)

  1. src/testing/testing.go

    			return path
    		}
    	}
    	if os.IsPathSeparator(path[0]) {
    		return path
    	}
    	return fmt.Sprintf("%s%c%s", *outputDir, os.PathSeparator, path)
    }
    
    // startAlarm starts an alarm if requested.
    func (m *M) startAlarm() time.Time {
    	if *timeout <= 0 {
    		return time.Time{}
    	}
    
    	deadline := time.Now().Add(*timeout)
    	m.timer = time.AfterFunc(*timeout, func() {
    		m.after()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.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", "suspended (signal)"},
    	{18, "SIGTSTP", "suspended"},
    	{19, "SIGCONT", "continued"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.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", "suspended (signal)"},
    	{18, "SIGTSTP", "suspended"},
    	{19, "SIGCONT", "continued"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  4. src/runtime/signal_unix.go

    //
    // 3. It should be a signal that can happen spuriously without
    // consequences. For example, SIGALRM is a bad choice because the
    // signal handler can't tell if it was caused by the real process
    // alarm or not (arguably this means the signal is broken, but I
    // digress). SIGUSR1 and SIGUSR2 are also bad because those are often
    // used in meaningful ways by applications.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	6:  "aborted",
    	7:  "bus error",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "user defined signal 1",
    	11: "segmentation fault",
    	12: "user defined signal 2",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    }
    
    const (
    	FILE_READ_DATA        = 0x00000001
    	FILE_READ_ATTRIBUTES  = 0x00000080
    	FILE_READ_EA          = 0x00000008
    	FILE_WRITE_DATA       = 0x00000002
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/aenum.go

    	AKTESTB
    	AKTESTD
    	AKTESTQ
    	AKTESTW
    	AKUNPCKBW
    	AKUNPCKDQ
    	AKUNPCKWD
    	AKXNORB
    	AKXNORD
    	AKXNORQ
    	AKXNORW
    	AKXORB
    	AKXORD
    	AKXORQ
    	AKXORW
    	ALAHF
    	ALARL
    	ALARQ
    	ALARW
    	ALDDQU
    	ALDMXCSR
    	ALEAL
    	ALEAQ
    	ALEAVEL
    	ALEAVEQ
    	ALEAVEW
    	ALEAW
    	ALFENCE
    	ALFSL
    	ALFSQ
    	ALFSW
    	ALGDT
    	ALGSL
    	ALGSQ
    	ALGSW
    	ALIDT
    	ALLDT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/s390x/a.out.go

    	ACMPBNE
    	ACMPUBEQ
    	ACMPUBGE
    	ACMPUBGT
    	ACMPUBLE
    	ACMPUBLT
    	ACMPUBNE
    
    	// storage-and-storage
    	AMVC
    	AMVCIN
    	ACLC
    	AXC
    	AOC
    	ANC
    
    	// load
    	AEXRL
    	ALARL
    	ALA
    	ALAY
    
    	// interlocked load and op
    	ALAA
    	ALAAG
    	ALAAL
    	ALAALG
    	ALAN
    	ALANG
    	ALAX
    	ALAXG
    	ALAO
    	ALAOG
    
    	// load/store multiple
    	ALMY
    	ALMG
    	ASTMY
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    	{AHADDPS, yxm, Pf2, opBytes{0x7c}},
    	{AHSUBPD, yxm, Pq, opBytes{0x7d}},
    	{AHSUBPS, yxm, Pf2, opBytes{0x7d}},
    	{ALAHF, ynone, Px, opBytes{0x9f}},
    	{ALARL, yml_rl, Pm, opBytes{0x02}},
    	{ALARQ, yml_rl, Pw, opBytes{0x0f, 0x02}},
    	{ALARW, yml_rl, Pq, opBytes{0x02}},
    	{ALDDQU, ylddqu, Pf2, opBytes{0xf0}},
    	{ALDMXCSR, ysvrs_mo, Pm, opBytes{0xae, 02, 0xae, 02}},
    	{ALEAL, ym_rl, Px, opBytes{0x8d}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/s390x/asmz.go

    	{i: 84, as: AMVC, a1: C_SCON, a3: C_LOREG, a6: C_LAUTO},
    	{i: 84, as: AMVC, a1: C_SCON, a3: C_LAUTO, a6: C_LAUTO},
    
    	// address
    	{i: 85, as: ALARL, a1: C_LCON, a6: C_REG},
    	{i: 85, as: ALARL, a1: C_SYMADDR, a6: C_REG},
    	{i: 86, as: ALA, a1: C_SOREG, a6: C_REG},
    	{i: 86, as: ALA, a1: C_SAUTO, a6: C_REG},
    	{i: 87, as: AEXRL, a1: C_SYMADDR, a6: C_REG},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top