Searched refs:timer_grab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c178 * timer_grab() and its companion routine, timer_release(), are wrappers
184 * timer_grab() takes a proc and a timer ID, and returns a pointer to a
185 * locked interval timer. p_lock must _not_ be held on entry; timer_grab()
188 * If timer_grab() fails, it will return NULL. timer_grab() will fail if
200 timer_grab(proc_t *p, timer_t tid) function
231 * timer_release() releases a timer acquired with timer_grab(). p_lock
244 * timer_delete_grabbed() deletes a timer acquired with timer_grab().
724 if ((it = timer_grab(p, tid)) == NULL)
782 if ((it = timer_grab(
[all...]

Completed in 54 milliseconds