Searched refs:req_mtx (Results 1 – 1 of 1) sorted by relevance
134 pthread_mutex_t req_mtx; member528 pthread_mutex_lock(&vi2c->req_mtx); in virtio_i2c_req_stop()531 pthread_mutex_unlock(&vi2c->req_mtx); in virtio_i2c_req_stop()549 pthread_mutex_lock(&vi2c->req_mtx); in virtio_i2c_proc_thread()553 pthread_cond_wait(&vi2c->req_cond, &vi2c->req_mtx); in virtio_i2c_proc_thread()556 pthread_mutex_unlock(&vi2c->req_mtx); in virtio_i2c_proc_thread()560 pthread_mutex_unlock(&vi2c->req_mtx); in virtio_i2c_proc_thread()777 pthread_mutex_lock(&vi2c->req_mtx); in virtio_i2c_notify()780 pthread_mutex_unlock(&vi2c->req_mtx); in virtio_i2c_notify()870 pthread_mutex_init(&vi2c->req_mtx, NULL); in virtio_i2c_init()[all …]
Completed in 10 milliseconds