Searched defs:TimespecToNsec (Results 1 – 4 of 4) sorted by relevance
10 func TimespecToNsec(ts Timespec) int64 { return ts.Nano() } func
1123 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) } func
12 func TimespecToNsec(ts Timespec) int64 { return ts.Nano() } func
1295 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) } func