Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c63 static timer_t g_tid; variable
297 if (timer_create(CLOCK_HIGHRES, &ev, &g_tid) == -1) in setup()
319 if (timer_settime(g_tid, TIMER_RELTIME, &ts, NULL) == -1) in set_interval()