Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_clock.c92 static struct mtx time_lock; variable
405 mtx_init(&time_lock, "time lock", NULL, MTX_DEF); in initclocks()
655 mtx_lock(&time_lock); in startprofclock()
658 mtx_unlock(&time_lock); in startprofclock()
681 mtx_lock(&time_lock); in stopprofclock()
684 mtx_unlock(&time_lock); in stopprofclock()