golang.org/x/sys/unix.Timeval.Nano (method)

2 uses

	golang.org/x/sys/unix (current package)
		timestruct.go#L45: func TimevalToNsec(tv Timeval) int64 { return tv.Nano() }
		timestruct.go#L75: func (tv *Timeval) Nano() int64 {