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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dusb_mouse.c252 pthread_mutex_t ev_mtx; member in struct:umouse_softc
293 pthread_mutex_lock(&sc->ev_mtx);
295 pthread_mutex_unlock(&sc->ev_mtx);
309 pthread_mutex_init(&sc->ev_mtx, NULL);
/freebsd-11-stable/sys/dev/evdev/
H A Devdev_private.h91 struct mtx ev_mtx; member in struct:evdev_dev
H A Devdev.c335 evdev->ev_lock = &evdev->ev_mtx;
336 mtx_init(&evdev->ev_mtx, "evmtx", NULL, MTX_DEF);
340 mtx_destroy(&evdev->ev_mtx);
380 mtx_destroy(&evdev->ev_mtx);

Completed in 228 milliseconds