Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDfasttrap.c169 static struct mtx fasttrap_cleanup_mtx; variable
472 mtx_lock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
475 mtx_unlock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
544 mtx_lock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
555 mtx_unlock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
557 mtx_lock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
559 mtx_sleep(&fasttrap_cleanup_cv, &fasttrap_cleanup_mtx, in fasttrap_pid_cleanup_cb()
567 mtx_unlock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup_cb()
579 mtx_lock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup()
584 mtx_unlock(&fasttrap_cleanup_mtx); in fasttrap_pid_cleanup()
[all …]