Searched refs:msq_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsysv_msg.c157 static struct mtx msq_mtx; /* global mutex for message queues. */ variable in typeref:struct:mtx
259 mtx_init(&msq_mtx, "msq", NULL, MTX_DEF);
311 mtx_destroy(&msq_mtx);
425 mtx_lock(&msq_mtx);
549 mtx_unlock(&msq_mtx);
576 mtx_lock(&msq_mtx);
669 mtx_unlock(&msq_mtx);
701 mtx_lock(&msq_mtx);
808 error = msleep(msqkptr, &msq_mtx, (PZERO - 4) | PCATCH,
930 mtx_unlock(&msq_mtx);
[all...]

Completed in 55 milliseconds