Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Diothread.c69 if (iothread->running && qatomic_read(&iothread->run_gcontext)) { in iothread_run()
109 qatomic_set(&iothread->run_gcontext, 0); in iothread_instance_init()
377 qatomic_set(&iothread->run_gcontext, 1); in iothread_get_g_main_context()
/openbmc/qemu/include/sysemu/
H A Diothread.h29 bool run_gcontext; /* whether we should run gcontext */ member