Home
last modified time | relevance | path

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

/dragonfly/test/debug/
HDumtx.c34 static struct umtx *cleanup_mtx_contested; variable
140 cleanup_mtx_contested = mtx; in userland_get_mutex()
161 cleanup_mtx_contested = NULL; in userland_get_mutex_contested()
176 cleanup_mtx_contested = NULL; in userland_get_mutex_contested()
238 if (cleanup_mtx_contested) in docleanup()
239 userland_rel_mutex_contested(cleanup_mtx_contested); in docleanup()