Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c73 static void qemu_coroutine_thread_cleanup(void *opaque) in qemu_coroutine_thread_cleanup() function
84 ret = pthread_key_create(&thread_state_key, qemu_coroutine_thread_cleanup); in coroutine_init()