Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c106 #define LLNANOSEC ((int64_t)NANOSEC) macro
393 if (delta < dumptimeout * LLNANOSEC) { in server_main()
405 if (delta < EXITTIMEOUT * LLNANOSEC) { in server_main()
1240 hrtime_t wait = sec * LLNANOSEC - delta; in my_cond_reltimedwait()
1243 waitfor.tv_nsec = wait % LLNANOSEC; in my_cond_reltimedwait()
1244 waitfor.tv_sec = wait / LLNANOSEC; in my_cond_reltimedwait()