Home
last modified time | relevance | path

Searched refs:NSEC_PER_MSEC (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcallout.h53 #ifndef NSEC_PER_MSEC
54 #define NSEC_PER_MSEC 1000000L macro
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait_var.h14 #define NSEC_PER_MSEC (1000000L) macro
28 ts.tv_nsec = NSEC_PER_MSEC * (timeout % MSEC_PER_SEC); in do_epoll_pwait()
/third_party/musl/libc-test/src/functionalext/common/
Dpthread_util.h41 #define NSEC_PER_MSEC 1000000 macro
79 ms = ms / NSEC_PER_MSEC; in GetTimeDiff()
/third_party/NuttX/fs/vfs/
Dfs_poll.c50 #ifndef NSEC_PER_MSEC
51 #define NSEC_PER_MSEC 1000000L macro
471 wait_time.tv_nsec = (millisecs_left - MSEC_PER_SEC * wait_time.tv_sec) * NSEC_PER_MSEC; in poll()
/third_party/FreeBSD/sys/kern/
Dkern_condvar.c45 abstime.tv_nsec = (tw_ms%MSEC_PER_SEC) * NSEC_PER_MSEC; in cv_timedwait()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1607 public const uint64 NSEC_PER_MSEC;