Home
last modified time | relevance | path

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

/trueos/sbin/hastd/
HDhooks.c83 static pthread_mutex_t hookprocs_lock; variable
142 mtx_init(&hookprocs_lock); in hook_init()
154 mtx_lock(&hookprocs_lock); in hook_fini()
162 mtx_unlock(&hookprocs_lock); in hook_fini()
164 mtx_destroy(&hookprocs_lock); in hook_fini()
207 mtx_lock(&hookprocs_lock); in hook_add()
210 mtx_unlock(&hookprocs_lock); in hook_add()
219 PJDLOG_ASSERT(mtx_owned(&hookprocs_lock)); in hook_remove()
241 PJDLOG_ASSERT(mtx_owned(&hookprocs_lock)); in hook_find()
259 mtx_lock(&hookprocs_lock); in hook_check_one()
[all …]