Home
last modified time | relevance | path

Searched refs:locks_held (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c273 self->locks_held++; in qemu_co_mutex_lock()
288 self->locks_held--; in qemu_co_mutex_unlock()
401 self->locks_held++; in qemu_co_rwlock_rdlock()
409 self->locks_held--; in qemu_co_rwlock_unlock()
449 self->locks_held++; in qemu_co_rwlock_wrlock()
H A Dqemu-coroutine.c304 assert(!to->locks_held); in qemu_aio_coroutine_enter()
/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h52 size_t locks_held; member