Searched refs:run_gcontext (Results 1 – 2 of 2) sorted by relevance
69 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()
29 bool run_gcontext; /* whether we should run gcontext */ member