Searched refs:CoRwTicket (Results 1 – 2 of 2) sorted by relevance
332 struct CoRwTicket { struct335 QSIMPLEQ_ENTRY(CoRwTicket) next; argument348 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()
171 typedef struct CoRwTicket CoRwTicket; typedef179 QSIMPLEQ_HEAD(, CoRwTicket) tickets;