const syscall.RLIMIT_NOFILE
8 uses
syscall (current package)
exec_linux.go#L617: rawSetrlimit(RLIMIT_NOFILE, &rlim)
exec_unix.go#L283: Setrlimit(RLIMIT_NOFILE, &rlim)
rlimit.go#L34: if err := Getrlimit(RLIMIT_NOFILE, &lim); err == nil && lim.Cur != lim.Max {
rlimit.go#L38: setrlimit(RLIMIT_NOFILE, &lim)
rlimit.go#L44: if err == nil && resource == RLIMIT_NOFILE {
syscall_linux.go#L1280: if err == nil && newlimit != nil && resource == RLIMIT_NOFILE {
zerrors_linux_amd64.go#L778: RLIMIT_NOFILE = 0x7
net
lookup_unix.go#L139: if err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlim); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |