Lines Matching refs:q_lock
100 pthread_mutex_lock(&udm->q_lock); in monitor_queue_event()
103 pthread_mutex_unlock(&udm->q_lock); in monitor_queue_event()
121 pthread_mutex_init(&udm->q_lock, NULL); in udev_monitor_init()
139 pthread_mutex_lock(&udm->q_lock); in udev_monitor_free()
158 pthread_mutex_unlock(&udm->q_lock); in udev_monitor_free()
193 pthread_mutex_lock(&udm->q_lock); in client_cmd_monitor()
197 ret = pthread_cond_timedwait(&udm->cond, &udm->q_lock, &abstime); in client_cmd_monitor()
233 pthread_mutex_unlock(&udm->q_lock); in client_cmd_monitor()
306 pthread_mutex_lock(&udm->q_lock); in _parse_filter_prop()
308 pthread_mutex_unlock(&udm->q_lock); in _parse_filter_prop()
405 pthread_mutex_lock(&udm->q_lock); in match_event_filter()
413 pthread_mutex_unlock(&udm->q_lock); in match_event_filter()
418 pthread_mutex_unlock(&udm->q_lock); in match_event_filter()