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

/freebsd-12-stable/sys/kern/
H A Dsysv_sem.c116 static struct mtx sem_mtx; /* semaphore global lock */ variable in typeref:struct:mtx
307 mtx_init(&sem_mtx, "sem", NULL, MTX_DEF);
372 mtx_destroy(&sem_mtx);
562 mtx_assert(&sem_mtx, MA_OWNED);
757 mtx_lock(&sem_mtx);
953 mtx_unlock(&sem_mtx);
982 mtx_lock(&sem_mtx);
1087 mtx_unlock(&sem_mtx);
1715 mtx_lock(&sem_mtx);
1724 mtx_unlock(&sem_mtx);
[all...]

Completed in 170 milliseconds