func golang.org/x/sys/unix.setTimespec
3 uses
golang.org/x/sys/unix (current package)
syscall_darwin_arm64.go#L17: func setTimespec(sec, nsec int64) Timespec {
timestruct.go#L24: return setTimespec(sec, nsec)
timestruct.go#L34: ts := setTimespec(sec, nsec)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)