Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dkern_timeout.c57 c->tm_mtx = mtx; in callout_init_mtx()
115 if(!c || !c->tm_mtx){ in callout_drain()
118 mtx_lock(c->tm_mtx); in callout_drain()
120 mtx_unlock(c->tm_mtx); in callout_drain()
/third_party/FreeBSD/sys/sys/
D_callout.h56 struct pthread_mutex* tm_mtx; member