Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for se (0.13 sec)

  1. src/cmd/cgo/internal/test/issue18146.go

    			// some systems (problem seen on Darwin,
    			// Dragonfly, OpenBSD) the fork call will fail
    			// with EAGAIN.
    			if pe, ok := err.(*os.PathError); ok {
    				err = pe.Err
    			}
    			if se, ok := err.(syscall.Errno); ok && (se == syscall.EAGAIN || se == syscall.EMFILE) {
    				time.Sleep(time.Millisecond)
    				continue
    			}
    
    			t.Error(err)
    			return
    		}
    		cmds = append(cmds, cmd)
    	}
    
    	failures := 0
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Sep 05 23:35:32 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  2. api/go1.11.txt

    pkg debug/elf, const EM_SCORE7 Machine
    pkg debug/elf, const EM_SEP = 108
    pkg debug/elf, const EM_SEP Machine
    pkg debug/elf, const EM_SE_C17 = 139
    pkg debug/elf, const EM_SE_C17 Machine
    pkg debug/elf, const EM_SE_C33 = 107
    pkg debug/elf, const EM_SE_C33 Machine
    pkg debug/elf, const EM_SHARC = 133
    pkg debug/elf, const EM_SHARC Machine
    pkg debug/elf, const EM_SLE9X = 179
    pkg debug/elf, const EM_SLE9X Machine
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
Back to top