Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clock.c97 static struct mtx time_lock; variable
404 mtx_init(&time_lock, "time lock", NULL, MTX_DEF); in initclocks()
600 mtx_lock(&time_lock); in startprofclock()
603 mtx_unlock(&time_lock); in startprofclock()
626 mtx_lock(&time_lock); in stopprofclock()
629 mtx_unlock(&time_lock); in stopprofclock()