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

3 uses

	golang.org/x/sys/unix (current package)
		timestruct.go#L13: func TimespecToNsec(ts Timespec) int64 { return ts.Nano() }
		timestruct.go#L70: func (ts *Timespec) Nano() int64 {

	google.golang.org/grpc/internal/syscall
		syscall_linux.go#L41: 	return ts.Nano()