Searched refs:qemu_mutex_trylock__raw (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qemu/ | ||
H A D | thread.h | 61 #define qemu_mutex_trylock__raw(m) \ macro |
/openbmc/qemu/util/ | ||
H A D | qht.c | 122 return qemu_mutex_trylock__raw(&(ht)->lock); in qht_trylock() |