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()
72 it->it_blockers++; in timer_lock()74 it->it_blockers--; in timer_lock()121 while (it->it_blockers) { in timer_delete_locked()175 ASSERT(it->it_blockers == 0); in timer_delete_locked()
89 int it_blockers; member