Searched refs:rmtime (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_timer.c | 198 timespec_t rmtime; local 204 rmtime.tv_sec = rmtime.tv_nsec = 0; 210 rmtime = lwptp->lwpt_rqtime; 211 timespecsub(&rmtime, &now); 215 if (copyout(&rmtime, lwptp->lwpt_tsp, sizeof (timespec_t))) 220 TIMESPEC_TO_TIMESPEC32(&rmtime32, &rmtime);
|
H A D | lwpsys.c | 452 timespec_t rmtime; local 512 rmtime.tv_sec = rmtime.tv_nsec = 0; 518 rmtime = rqtime; 519 timespecsub(&rmtime, &now); 523 if (copyout(&rmtime, timeoutp, sizeof (rmtime))) 528 TIMESPEC_TO_TIMESPEC32(&rmtime32, &rmtime);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | timers.c | 1287 timespec_t rmtime; local 1326 rmtime.tv_sec = rmtime.tv_nsec = 0; 1334 rmtime = delta; 1338 if (copyout(&rmtime, rmtp, sizeof (rmtime))) 1343 TIMESPEC_TO_TIMESPEC32(&rmtime32, &rmtime);
|
Completed in 72 milliseconds