Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_clock.c88 static struct mtx time_lock; variable
426 mtx_init(&time_lock, "time lock", NULL, MTX_DEF); in initclocks()
645 mtx_lock(&time_lock); in startprofclock()
648 mtx_unlock(&time_lock); in startprofclock()
671 mtx_lock(&time_lock); in stopprofclock()
674 mtx_unlock(&time_lock); in stopprofclock()