HomeSort by: relevance | last modified time | path
    Searched refs:itimer_lock_held (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_time.c 176 * itimer_lock_held:
182 itimer_lock_held(void) function
691 KASSERT(itimer_lock_held());
724 KASSERT(itimer_lock_held());
756 KASSERT(itimer_lock_held());
784 KASSERT(itimer_lock_held());
906 KASSERT(itimer_lock_held());
980 KASSERT(itimer_lock_held());
1041 KASSERT(itimer_lock_held());
1175 KASSERT(itimer_lock_held());
    [all...]
sys_timerfd.c 408 KASSERT(itimer_lock_held());
  /src/sys/sys/
timevar.h 227 bool itimer_lock_held(void); /* for diagnostic assertions only */

Completed in 54 milliseconds