Searched refs:tm_mtx (Results 1 – 2 of 2) sorted by relevance
57 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()
56 struct pthread_mutex* tm_mtx; member