Searched refs:ev_mtx (Results 1 – 3 of 3) sorted by relevance
251 pthread_mutex_t ev_mtx; member292 pthread_mutex_lock(&sc->ev_mtx); in umouse_event()294 pthread_mutex_unlock(&sc->ev_mtx); in umouse_event()307 pthread_mutex_init(&sc->ev_mtx, NULL); in umouse_init()
343 evdev->ev_state_lock = &evdev->ev_mtx; in evdev_register()344 mtx_init(&evdev->ev_mtx, "evmtx", NULL, MTX_DEF); in evdev_register()348 mtx_destroy(&evdev->ev_mtx); in evdev_register()389 mtx_destroy(&evdev->ev_mtx); in evdev_unregister()
117 struct mtx ev_mtx; /* Internal state lock */ member