Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 44 for syscall (7.23 sec)

  1. api/go1.9.txt

    pkg syscall (freebsd-386), func Pipe2([]int, int) error
    pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
    pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
    pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
    pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
    pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
    pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const B115200 ideal-int
    pkg syscall (darwin-386), const B1200 = 1200
    pkg syscall (darwin-386), const B1200 ideal-int
    pkg syscall (darwin-386), const B134 = 134
    pkg syscall (darwin-386), const B134 ideal-int
    pkg syscall (darwin-386), const B14400 = 14400
    pkg syscall (darwin-386), const B14400 ideal-int
    pkg syscall (darwin-386), const B150 = 150
    pkg syscall (darwin-386), const B150 ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (darwin-386), const EDEVERR Errno
    pkg syscall (darwin-386), const EFTYPE Errno
    pkg syscall (darwin-386), const ELAST Errno
    pkg syscall (darwin-386), const EMULTIHOP Errno
    pkg syscall (darwin-386), const ENEEDAUTH Errno
    pkg syscall (darwin-386), const ENOATTR Errno
    pkg syscall (darwin-386), const ENODATA Errno
    pkg syscall (darwin-386), const ENOLINK Errno
    pkg syscall (darwin-386), const ENOPOLICY Errno
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.16.txt

    pkg syscall (darwin-amd64), func SetBpfDatalink //deprecated
    pkg syscall (darwin-amd64), func SetBpfHeadercmpl //deprecated
    pkg syscall (darwin-amd64), func SetBpfImmediate //deprecated
    pkg syscall (darwin-amd64), func SetBpfInterface //deprecated
    pkg syscall (darwin-amd64), func SetBpfPromisc //deprecated
    pkg syscall (darwin-amd64), func SetBpfTimeout //deprecated
    pkg syscall (darwin-amd64), func StringSlicePtr //deprecated
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const B50 = 50
    pkg syscall (freebsd-arm64), const B50 ideal-int
    pkg syscall (freebsd-arm64), const B57600 = 57600
    pkg syscall (freebsd-arm64), const B57600 ideal-int
    pkg syscall (freebsd-arm64), const B600 = 600
    pkg syscall (freebsd-arm64), const B600 ideal-int
    pkg syscall (freebsd-arm64), const B7200 = 7200
    pkg syscall (freebsd-arm64), const B7200 ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/next/62254.txt

    pkg net, type ListenConfig struct, KeepAliveConfig KeepAliveConfig #62254
    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 May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 20 06:04:31 GMT 2024
    - 758 bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/issue1435.go

    }
    
    // test1435 test 9 glibc implemented setuid/gid syscall functions are
    // mapped.  This test is a slightly more expansive test than that of
    // src/syscall/syscall_linux_test.go:TestSetuidEtc() insofar as it
    // launches concurrent threads from C code via CGo and validates that
    // they are subject to the system calls being tested. For the actual
    // Go functionality being tested here, the syscall_linux_test version
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  8. src/bytes/boundary_test.go

    func dangerousSlice(t *testing.T) []byte {
    	pagesize := syscall.Getpagesize()
    	b, err := syscall.Mmap(0, 0, 3*pagesize, syscall.PROT_READ|syscall.PROT_WRITE, syscall.MAP_ANONYMOUS|syscall.MAP_PRIVATE)
    	if err != nil {
    		t.Fatalf("mmap failed %s", err)
    	}
    	err = syscall.Mprotect(b[:pagesize], syscall.PROT_NONE)
    	if err != nil {
    		t.Fatalf("mprotect low failed %s\n", err)
    	}
    	err = syscall.Mprotect(b[2*pagesize:], syscall.PROT_NONE)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 30 20:05:58 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  9. api/go1.8.txt

    pkg sort, func SliceStable(interface{}, func(int, int) bool)
    pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64
    pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64
    pkg syscall (openbsd-386), const SYS_KILL = 122
    pkg syscall (openbsd-386-cgo), const SYS_KILL = 122
    pkg syscall (openbsd-amd64), const SYS_KILL = 122
    pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122
    pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  10. doc/next/6-stdlib/99-minor/syscall/62254.md

    The syscall package now defines [WSAENOPROTOOPT] on Windows....
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 61 bytes
    - Viewed (0)
Back to top