Searched defs:timer_delete_locked (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c94 * timer_delete_locked() takes a proc pointer, timer ID and locked interval
97 * the caller must check this. timer_delete_locked() will set the ITLK_REMOVE
106 timer_delete_locked(proc_t *p, timer_t tid, itimer_t *it) function
252 timer_delete_locked(p, tid, it);
432 * a) the timer is deleted (see timer_delete_locked()) or

Completed in 46 milliseconds