Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Merino (0.4 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.3.txt

    pkg syscall (freebsd-386), const ELAST = 96
    pkg syscall (freebsd-386), const ENOTRECOVERABLE = 95
    pkg syscall (freebsd-386), const ENOTRECOVERABLE Errno
    pkg syscall (freebsd-386), const EOWNERDEAD = 96
    pkg syscall (freebsd-386), const EOWNERDEAD Errno
    pkg syscall (freebsd-386), const EV_DROP = 4096
    pkg syscall (freebsd-386), const EV_DROP ideal-int
    pkg syscall (freebsd-386), const IPPROTO_MPLS = 137
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. src/cmd/cgo/ast.go

    	}
    	if context == ctxAssign2 {
    		context = ctxExpr
    	}
    	if context == ctxEmbedType {
    		error_(sel.Pos(), "cannot embed C type")
    	}
    	goname := sel.Sel.Name
    	if goname == "errno" {
    		error_(sel.Pos(), "cannot refer to errno directly; see documentation")
    		return
    	}
    	if goname == "_CMalloc" {
    		error_(sel.Pos(), "cannot refer to C._CMalloc; use C.malloc")
    		return
    	}
    	if goname == "malloc" {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EPROCLIM Errno
    pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL = 76
    pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL Errno
    pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH = 75
    pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH Errno
    pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL = 74
    pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL Errno
    pkg syscall (netbsd-arm64-cgo), const EPROTO = 96
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    If the import of "C" is immediately preceded by a comment, that
    comment, called the preamble, is used as a header when compiling
    the C parts of the package. For example:
    
    	// #include <stdio.h>
    	// #include <errno.h>
    	import "C"
    
    The preamble may contain any C code, including function and variable
    declarations and definitions. These may then be referred to from Go
    code as though they were defined in the package "C". All names
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  6. api/go1.12.txt

    pkg syscall (windows-386), func Syscall18(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    pkg syscall (windows-386), type RawSockaddrAny struct, Pad [100]int8
    pkg syscall (windows-386), type RawSockaddrUnix struct, Family uint16
    pkg syscall (windows-386), type RawSockaddrUnix struct, Path [108]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (freebsd-386), const EBUSY = 16
    pkg syscall (freebsd-386), const ECANCELED = 85
    pkg syscall (freebsd-386), const ECAPMODE = 94
    pkg syscall (freebsd-386), const ECAPMODE Errno
    pkg syscall (freebsd-386), const ECHILD = 10
    pkg syscall (freebsd-386), const ECHO = 8
    pkg syscall (freebsd-386), const ECHOCTL = 64
    pkg syscall (freebsd-386), const ECHOE = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const ENODATA Errno
    pkg syscall (linux-arm-cgo), const ENOKEY Errno
    pkg syscall (linux-arm-cgo), const ENOLINK Errno
    pkg syscall (linux-arm-cgo), const ENOMEDIUM Errno
    pkg syscall (linux-arm-cgo), const ENONET Errno
    pkg syscall (linux-arm-cgo), const ENOPKG Errno
    pkg syscall (linux-arm-cgo), const ENOSR Errno
    pkg syscall (linux-arm-cgo), const ENOSTR Errno
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.txt

    pkg syscall (linux-386), const EMULTIHOP Errno
    pkg syscall (linux-386), const ENAVAIL Errno
    pkg syscall (linux-386), const ENOANO Errno
    pkg syscall (linux-386), const ENOCSI Errno
    pkg syscall (linux-386), const ENODATA Errno
    pkg syscall (linux-386), const ENOKEY Errno
    pkg syscall (linux-386), const ENOLINK Errno
    pkg syscall (linux-386), const ENOMEDIUM Errno
    pkg syscall (linux-386), const ENONET Errno
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/next/62254.txt

    pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254
    pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254
    pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 20 06:04:31 GMT 2024
    - 758 bytes
    - Viewed (0)
Back to top