Home
last modified time | relevance | path

Searched refs:ITIMER_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c1286 ITIMER_UNLOCK(it); in kern_ktimer_create()
1316 ITIMER_UNLOCK(it); in itimer_find()
1343 ITIMER_UNLOCK(it); in kern_ktimer_delete()
1397 ITIMER_UNLOCK(it); in kern_ktimer_settime()
1437 ITIMER_UNLOCK(it); in kern_ktimer_gettime()
1468 ITIMER_UNLOCK(it); in kern_ktimer_getoverrun()
1493 ITIMER_UNLOCK(it); in realtimer_delete()
1589 ITIMER_UNLOCK(it); in itimer_accept()
1643 ITIMER_UNLOCK(it); in realtimer_expire()
1669 ITIMER_UNLOCK(it); in itimer_fire()
/f-stack/freebsd/sys/
H A Dtimers.h91 #define ITIMER_UNLOCK(it) mtx_unlock(&(it)->it_mtx) macro