Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dthread.h266 static inline bool qemu_spin_trylock(QemuSpin *spin) in qemu_spin_trylock() function
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c388 bool busy = qemu_spin_trylock(&pd->lock); in page_trylock()