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 189 * itimer_lock_held:
195 itimer_lock_held(void) function
704 KASSERT(itimer_lock_held());
737 KASSERT(itimer_lock_held());
769 KASSERT(itimer_lock_held());
797 KASSERT(itimer_lock_held());
919 KASSERT(itimer_lock_held());
993 KASSERT(itimer_lock_held());
1054 KASSERT(itimer_lock_held());
1188 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 61 milliseconds