syscall.Rlimit.Cur (field)
5 uses
syscall (current package)
exec_linux.go#L652: if err1 != 0 || (lim.Cur == rlim.Max-1 && lim.Max == rlim.Max) {
rlimit.go#L32: if err := Getrlimit(RLIMIT_NOFILE, &lim); err == nil && lim.Max > 0 && lim.Cur < lim.Max-1 {
rlimit.go#L42: nlim.Cur = nlim.Max - 1
ztypes_linux_amd64.go#L93: Cur uint64
net
rlimit_unix.go#L26: r := rlim.Cur
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |