- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 102 for SyscallN (0.11 sec)
-
api/go1.18.txt
pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno) pkg syscall (windows-amd64), func Syscall //deprecated pkg syscall (windows-amd64), func Syscall12 //deprecated pkg syscall (windows-amd64), func Syscall15 //deprecated pkg syscall (windows-amd64), func Syscall18 //deprecated pkg syscall (windows-amd64), func Syscall6 //deprecated pkg syscall (windows-amd64), func Syscall9 //deprecated
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 13K bytes - Viewed (0) -
internal/lock/lock_windows.go
fallthrough case syscall.O_WRONLY | syscall.O_CREAT: access = syscall.GENERIC_READ | syscall.GENERIC_WRITE case syscall.O_WRONLY | syscall.O_CREAT | syscall.O_APPEND: access = syscall.FILE_APPEND_DATA default: return nil, fmt.Errorf("Unsupported flag (%d)", flag) } var createflag uint32 switch { case flag&syscall.O_CREAT == syscall.O_CREAT: createflag = syscall.OPEN_ALWAYS default:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 18 18:08:15 UTC 2023 - 7.9K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (darwin-386-cgo), const ICMP6_FILTER ideal-int pkg syscall (darwin-386-cgo), const ImplementsGetwd = true pkg syscall (darwin-386-cgo), const PRIO_PGRP = 1 pkg syscall (darwin-386-cgo), const PRIO_PGRP ideal-int pkg syscall (darwin-386-cgo), const PRIO_PROCESS = 0 pkg syscall (darwin-386-cgo), const PRIO_PROCESS ideal-int pkg syscall (darwin-386-cgo), const PRIO_USER = 2 pkg syscall (darwin-386-cgo), const PRIO_USER ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT ideal-int pkg syscall (netbsd-arm64-cgo), const AF_DECnet = 12 pkg syscall (netbsd-arm64-cgo), const AF_DECnet ideal-int pkg syscall (netbsd-arm64-cgo), const AF_DLI = 13 pkg syscall (netbsd-arm64-cgo), const AF_DLI ideal-int pkg syscall (netbsd-arm64-cgo), const AF_E164 = 26 pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
internal/http/dial_linux.go
} if opts.NoDelay { _ = syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, unix.TCP_NODELAY, 1) _ = syscall.SetsockoptInt(fd, syscall.SOL_TCP, unix.TCP_CORK, 0) } // Enable TCP open // https://lwn.net/Articles/508865/ - 32k queue size. _ = syscall.SetsockoptInt(fd, syscall.SOL_TCP, unix.TCP_FASTOPEN, 32*1024) // Enable TCP fast connect
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jul 23 10:53:03 UTC 2024 - 5K bytes - Viewed (0) -
api/go1.23.txt
pkg syscall (openbsd-amd64), const ELAST = 95 #67998 pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998 pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998 pkg syscall (openbsd-amd64), const EPROTO = 95 #67998 pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Jun 25 17:08:08 UTC 2024 - 10.1K bytes - Viewed (0) -
api/go1.17.txt
pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int pkg syscall (netbsd-arm), const WEXITED = 32 pkg syscall (netbsd-arm), const WEXITED ideal-int pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481 pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int pkg syscall (netbsd-arm-cgo), const WEXITED = 32 pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-amd64), const SYS_FSTATAT = 552 #53280 pkg syscall (freebsd-amd64), const SYS_FSTATFS = 556 #53280 pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 554 #53280 pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 557 #53280 pkg syscall (freebsd-amd64), const SYS_MKNODAT = 559 #53280 pkg syscall (freebsd-amd64), const SYS_STATFS = 555 #53280 pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 551 #53280
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
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)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Nov 30 20:05:58 UTC 2023 - 2.8K bytes - Viewed (0)