Lines Matching refs:mtx
62 pthread_mutex_t mtx; member
68 pthread_mutex_t mtx; member
119 pthread_mutex_lock(&ctl->mtx); in event_throttle()
130 pthread_mutex_unlock(&ctl->mtx); in event_throttle()
139 pthread_mutex_lock(&ctl->mtx); in throttle_timer_cb()
141 pthread_mutex_unlock(&ctl->mtx); in throttle_timer_cb()
156 pthread_mutex_init(&ctl->mtx, NULL); in vm_event_throttle_init()
404 pthread_mutex_init(&tunnel->mtx, NULL); in create_event_tunnel()
421 pthread_mutex_destroy(&tunnel->mtx); in destory_event_tunnel()
501 pthread_mutex_lock(&tunnel->mtx); in dm_send_vm_event()
503 pthread_mutex_unlock(&tunnel->mtx); in dm_send_vm_event()