Searched refs:coroutine_mon (Results 1 – 1 of 1) sorted by relevance
71 static GHashTable *coroutine_mon; /* Maps Coroutine* to Monitor* */ variable81 mon = g_hash_table_lookup(coroutine_mon, qemu_coroutine_self()); in monitor_cur()100 g_hash_table_replace(coroutine_mon, co, mon); in monitor_set_cur()102 g_hash_table_remove(coroutine_mon, co); in monitor_set_cur()717 coroutine_mon = g_hash_table_new(NULL, NULL); in monitor_init_globals()