Home
last modified time | relevance | path

Searched refs:MSEC_PER_SEC (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait_var.h13 #define MSEC_PER_SEC (1000L) macro
27 ts.tv_sec = timeout / MSEC_PER_SEC; in do_epoll_pwait()
28 ts.tv_nsec = NSEC_PER_MSEC * (timeout % MSEC_PER_SEC); in do_epoll_pwait()
/third_party/FreeBSD/sys/sys/
Dcallout.h45 #ifndef MSEC_PER_SEC
46 #define MSEC_PER_SEC 1000L macro
/third_party/NuttX/fs/vfs/
Dfs_poll.c46 #ifndef MSEC_PER_SEC
47 #define MSEC_PER_SEC 1000L macro
459 … millisecs_last = (curr_ticks - start_ticks) * MSEC_PER_SEC / LOSCFG_BASE_CORE_TICK_PER_SECOND; in poll()
470 wait_time.tv_sec = millisecs_left / MSEC_PER_SEC; in poll()
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.c44 abstime.tv_sec = tw_ms / MSEC_PER_SEC; in cv_timedwait()
45 abstime.tv_nsec = (tw_ms%MSEC_PER_SEC) * NSEC_PER_MSEC; in cv_timedwait()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fence.c358 #define USEC_PER_SEC (1000 * MSEC_PER_SEC)
359 #define MSEC_PER_SEC (1000) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fence.c293 #define USEC_PER_SEC (1000 * MSEC_PER_SEC)
294 #define MSEC_PER_SEC (1000) macro
/third_party/pulseaudio/vala/
Dlibpulse.vapi1569 public const usec MSEC_PER_SEC;