Home
last modified time | relevance | path

Searched refs:coroutine_mon (Results 1 – 1 of 1) sorted by last modified time

/qemu/monitor/
H A Dmonitor.c71 static GHashTable *coroutine_mon; /* Maps Coroutine* to Monitor* */ variable
82 mon = g_hash_table_lookup(coroutine_mon, qemu_coroutine_self()); in monitor_cur()
101 g_hash_table_replace(coroutine_mon, co, mon); in monitor_set_cur()
103 g_hash_table_remove(coroutine_mon, co); in monitor_set_cur()
715 coroutine_mon = g_hash_table_new(NULL, NULL); in monitor_init_globals()