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