Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Du2f-emulated.c96 bool stop_thread; member
170 if (key->stop_thread) { in u2f_emulated_thread()
171 key->stop_thread = false; in u2f_emulated_thread()
341 key->stop_thread = false; in u2f_emulated_realize()
351 key->stop_thread = true; in u2f_emulated_unrealize()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py448 self.stop_thread()
557 self.stop_thread()
611 def stop_thread(self): member in QemuRunner