Searched refs:qemu_lockcnt_dec_if_lock (Results 1 – 6 of 6) sorted by relevance
89 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt);
203 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt) in qemu_lockcnt_dec_if_lock() function363 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt) in qemu_lockcnt_dec_if_lock() function
137 if (!qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in fdmon_epoll_try_upgrade()
303 if (qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in aio_dispatch_handlers()
307 if (!qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in aio_free_deleted_handlers()
259 An alternative pattern uses ``qemu_lockcnt_dec_if_lock``::264 if (qemu_lockcnt_dec_if_lock(&io_handlers_lockcnt)) {