/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | Timespec.cs | 28 internal struct Timespec struct 30 const long NanosPerSecond = 1000 * 1000 * 1000; 31 const long NanosPerTick = 100; 32 const long TicksPerSecond = NanosPerSecond / NanosPerTick; 34 static readonly NativeMethods Native = NativeMethods.Get(); 35 static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); 37 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime) in Timespec() method 41 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type) in Timespec() method 48 private long tv_sec; 49 private int tv_nsec; [all …]
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | timestruct.go | 13 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
|
D | syscall_bsd.go | 411 func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) { 533 func UtimesNano(path string, ts []Timespec) error { 562 func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error {
|
D | syscall_darwin.go | 261 func setattrlistTimes(path string, times []Timespec, flags int) error { 292 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) error {
|
D | zsyscall_linux_s390x.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_386.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_netbsd_arm.go | 206 …ange unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err… 973 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 1428 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) {
|
D | zsyscall_netbsd_amd64.go | 206 …ange unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err… 973 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 1428 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) {
|
D | zsyscall_netbsd_386.go | 206 …ange unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err… 973 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 1428 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) {
|
D | zsyscall_linux_mipsle.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips64le.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_ppc64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_ppc64le.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_sparc64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 952 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 1013 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_arm.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_amd64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_arm64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 146 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 420 func ClockGettime(clockid int32, time *Timespec) (err error) { 937 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | syscall_netbsd.go | 132 func setattrlistTimes(path string, times []Timespec, flags int) error {
|
D | syscall_dragonfly.go | 130 func setattrlistTimes(path string, times []Timespec, flags int) error {
|
D | syscall_solaris.go | 293 func UtimesNano(path string, ts []Timespec) error { 303 func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error {
|
D | syscall_openbsd.go | 100 func setattrlistTimes(path string, times []Timespec, flags int) error {
|
D | zsyscall_openbsd_386.go | 206 …ange unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err… 982 func Nanosleep(time *Timespec, leftover *Timespec) (err error) { 1497 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) {
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_time.py | 99 class Timespec(ctypes.Structure): class
|