Searched refs:it_blockers (Results 1 – 3 of 3) sorted by relevance
62 it->it_blockers++; in timerfd_itimer_lock()64 it->it_blockers--; in timerfd_itimer_lock()84 if (it->it_blockers) in timerfd_itimer_unlock()
71 it->it_blockers++; in timer_lock()73 it->it_blockers--; in timer_lock()120 while (it->it_blockers) { in timer_delete_locked()173 ASSERT(it->it_blockers == 0); in timer_delete_locked()
80 int it_blockers; member