Searched refs:QEMU_MAKE_LOCKABLE (Results 1 – 4 of 4) sorted by relevance
118 qemu_co_queue_wait_impl(queue, QEMU_MAKE_LOCKABLE(lock), 0)120 qemu_co_queue_wait_impl(queue, QEMU_MAKE_LOCKABLE(lock), (flags))149 qemu_co_enter_next_impl(queue, QEMU_MAKE_LOCKABLE(lock))162 qemu_co_enter_all_impl(queue, QEMU_MAKE_LOCKABLE(lock))
56 seqlock_write_lock_impl(sl, QEMU_MAKE_LOCKABLE(lock))65 seqlock_write_unlock_impl(sl, QEMU_MAKE_LOCKABLE(lock))
84 #define QEMU_MAKE_LOCKABLE(x) \ macro182 qemu_lockable_auto_lock(QEMU_MAKE_LOCKABLE((x)))
260 do_test_co_mutex(lockable_fn, QEMU_MAKE_LOCKABLE(&m)); in test_co_mutex_lockable()262 g_assert(QEMU_MAKE_LOCKABLE(null_pointer) == NULL); in test_co_mutex_lockable()