Searched refs:qemu_lockcnt_dec_if_lock (Results 1 – 6 of 6) sorted by relevance
202 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt) in qemu_lockcnt_dec_if_lock() function362 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt) in qemu_lockcnt_dec_if_lock() function
136 if (!qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in fdmon_epoll_try_upgrade()
302 if (qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in aio_dispatch_handlers()
306 if (!qemu_lockcnt_dec_if_lock(&ctx->list_lock)) { in aio_free_deleted_handlers()
366 bool qemu_lockcnt_dec_if_lock(QemuLockCnt *lockcnt);
258 An alternative pattern uses qemu_lockcnt_dec_if_lock:263 if (qemu_lockcnt_dec_if_lock(&io_handlers_lockcnt)) {