Home
last modified time | relevance | path

Searched defs:to_wake (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c220 CoWaitRecord *to_wake = pop_waiter(mutex); in qemu_co_mutex_lock_slowpath() local
295 CoWaitRecord *to_wake = pop_waiter(mutex); in qemu_co_mutex_unlock() local
/openbmc/qemu/include/qemu/
H A Dcoroutine.h226 Coroutine *to_wake; member