Searched refs:jmtx (Results 1 – 1 of 1) sorted by relevance
124 static struct mtx jmtx; variable125 #define JQUEUE_LOCK_INIT() mtx_init(&jmtx, "qlock", NULL, MTX_DEF)126 #define JQUEUE_LOCK_DESTROY() mtx_destroy(&jmtx)127 #define JQUEUE_LOCK() mtx_lock(&jmtx)128 #define JQUEUE_UNLOCK() mtx_unlock(&jmtx)