Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c57 } CoroutineThreadState; typedef
61 static CoroutineThreadState *coroutine_get_thread_state(void) in coroutine_get_thread_state()
63 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in coroutine_get_thread_state()
75 CoroutineThreadState *s = opaque; in qemu_coroutine_thread_cleanup()
118 CoroutineThreadState *coTS; in coroutine_trampoline()
151 CoroutineThreadState *coTS; in qemu_coroutine_new()
278 CoroutineThreadState *s = coroutine_get_thread_state(); in qemu_coroutine_switch()
292 CoroutineThreadState *s = coroutine_get_thread_state(); in qemu_coroutine_self()
299 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in qemu_in_coroutine()