Home
last modified time | relevance | path

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

/qemu/util/
H A Dcoroutine-sigaltstack.c59 static pthread_key_t thread_state_key; variable
63 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in coroutine_get_thread_state()
68 pthread_setspecific(thread_state_key, s); in coroutine_get_thread_state()
84 ret = pthread_key_create(&thread_state_key, qemu_coroutine_thread_cleanup); in coroutine_init()
299 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in qemu_in_coroutine()