Searched refs:TIMER_RELTIME (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 63 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) { in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | time_impl.h | 133 #define TIMER_RELTIME 0x0 /* set timer relative */ macro
|
/titanic_50/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 549 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) in main() 579 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) in main()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | timerfd.c | 373 TIMER_ABSTIME : TIMER_RELTIME, &when); in timerfd_ioctl()
|
/titanic_50/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 319 if (timer_settime(g_tid, TIMER_RELTIME, &ts, NULL) == -1) in set_interval()
|
/titanic_50/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 828 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) in status_init()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 1786 if (timer_settime(timer, TIMER_RELTIME, &it, NULL) != 0) { in schedule_sigalrm()
|