Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Diothread.c141 static void iothread_init_gcontext(IOThread *iothread, const char *thread_name) in iothread_init_gcontext() argument
144 g_autofree char *name = g_strdup_printf("%s aio-context", thread_name); in iothread_init_gcontext()
184 g_autofree char *thread_name = NULL; in iothread_init() local
193 thread_name = g_strdup_printf("IO %s", in iothread_init()
200 iothread_init_gcontext(iothread, thread_name); in iothread_init()
213 qemu_thread_create(&iothread->thread, thread_name, iothread_run, in iothread_init()
/openbmc/qemu/util/
H A Dthread-context.c251 char *thread_name; in thread_context_instance_complete() local
254 thread_name = g_strdup_printf("TC %s", in thread_context_instance_complete()
256 qemu_thread_create(&tc->thread, thread_name, thread_context_run, tc, in thread_context_instance_complete()
258 g_free(thread_name); in thread_context_instance_complete()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2525 OR(cfg->thread_name, "file-storage")); in fsg_common_init()