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

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c106 * clock_tick_lock
143 kmutex_t clock_tick_lock; variable
199 mutex_init(&clock_tick_lock, NULL, MUTEX_DEFAULT, NULL);
481 mutex_enter(&clock_tick_lock);
492 * accounting. The clock_tick_lock is held by the caller.
523 mutex_exit(&clock_tick_lock);
639 mutex_enter(&clock_tick_lock);
684 mutex_exit(&clock_tick_lock);

Completed in 79 milliseconds