Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-coroutine-lock.c296 unsigned our_handoff; in qemu_co_mutex_unlock() local
311 our_handoff = mutex->sequence; in qemu_co_mutex_unlock()
313 qatomic_set_mb(&mutex->handoff, our_handoff); in qemu_co_mutex_unlock()
324 if (qatomic_cmpxchg(&mutex->handoff, our_handoff, 0) != our_handoff) { in qemu_co_mutex_unlock()