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

/freebsd-13-stable/sbin/hastd/
H A Dhooks.c84 static pthread_mutex_t hookprocs_lock; variable
143 mtx_init(&hookprocs_lock);
155 mtx_lock(&hookprocs_lock);
163 mtx_unlock(&hookprocs_lock);
165 mtx_destroy(&hookprocs_lock);
208 mtx_lock(&hookprocs_lock);
211 mtx_unlock(&hookprocs_lock);
220 PJDLOG_ASSERT(mtx_owned(&hookprocs_lock));
242 PJDLOG_ASSERT(mtx_owned(&hookprocs_lock));
260 mtx_lock(&hookprocs_lock);
[all...]

Completed in 44 milliseconds