Home
last modified time | relevance | path

Searched refs:qemu_lockcnt_inc_and_unlock (Results 1 – 6 of 6) sorted by relevance

/qemu/util/
H A Dlockcnt.c138 * in the low bits, and qemu_lockcnt_inc_and_unlock would find it and in qemu_lockcnt_inc()
230 * bits, and qemu_lockcnt_inc_and_unlock would find it and wake someone. in qemu_lockcnt_dec_if_lock()
258 void qemu_lockcnt_inc_and_unlock(QemuLockCnt *lockcnt) in qemu_lockcnt_inc_and_unlock()
317 qemu_lockcnt_inc_and_unlock(lockcnt); in qemu_lockcnt_inc()
377 qemu_lockcnt_inc_and_unlock(lockcnt); in qemu_lockcnt_dec_if_lock()
386 void qemu_lockcnt_inc_and_unlock(QemuLockCnt *lockcnt) in qemu_lockcnt_inc_and_unlock()
257 void qemu_lockcnt_inc_and_unlock(QemuLockCnt *lockcnt) qemu_lockcnt_inc_and_unlock() function
385 void qemu_lockcnt_inc_and_unlock(QemuLockCnt *lockcnt) qemu_lockcnt_inc_and_unlock() function
H A Dfdmon-epoll.c143 qemu_lockcnt_inc_and_unlock(&ctx->list_lock); in fdmon_epoll_try_upgrade()
H A Daio-win32.c306 qemu_lockcnt_inc_and_unlock(&ctx->list_lock); in aio_dispatch_handlers()
H A Daio-posix.c321 qemu_lockcnt_inc_and_unlock(&ctx->list_lock); in aio_free_deleted_handlers()
/qemu/include/qemu/
H A Dlockcnt.h108 * qemu_lockcnt_inc_and_unlock: combined unlock/increment on a QemuLockCnt.
118 void qemu_lockcnt_inc_and_unlock(QemuLockCnt *lockcnt);
/qemu/docs/devel/
H A Dlockcnt.rst267 qemu_lockcnt_inc_and_unlock(&io_handlers_lockcnt);