Home
last modified time | relevance | path

Searched refs:CoRwTicket (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c332 struct CoRwTicket { struct
335 QSIMPLEQ_ENTRY(CoRwTicket) next; argument
348 CoRwTicket *tkt = QSIMPLEQ_FIRST(&lock->tickets); in qemu_co_rwlock_maybe_wake_one()
389 CoRwTicket my_ticket = { true, self }; in qemu_co_rwlock_rdlock()
441 CoRwTicket my_ticket = { false, qemu_coroutine_self() }; in qemu_co_rwlock_wrlock()
461 CoRwTicket my_ticket = { false, qemu_coroutine_self() }; in qemu_co_rwlock_upgrade()
/openbmc/qemu/include/qemu/
H A Dcoroutine.h171 typedef struct CoRwTicket CoRwTicket; typedef
179 QSIMPLEQ_HEAD(, CoRwTicket) tickets;