Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c90 static void setTimespecRelative(struct timespec *p_ts, long long msec) in setTimespecRelative() argument
96 p_ts->tv_sec = tv.tv_sec + (msec / 1000); in setTimespecRelative()
97 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L; in setTimespecRelative()
105 static void sleepMsec(long long msec) in sleepMsec() argument
110 ts.tv_sec = (msec / 1000); in sleepMsec()
111 ts.tv_nsec = (msec % 1000) * 1000 * 1000; in sleepMsec()
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all934 tco_timer_reload(int ticks, int msec) "ticks=%d (%d ms)"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all934 tco_timer_reload(int ticks, int msec) "ticks=%d (%d ms)"