Searched refs:start_routine (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | qemu-thread-win32.c | 236 void *(*start_routine)(void *); member 278 void *(*start_routine)(void *) = data->start_routine; in win32_start_routine() local 282 qemu_thread_exit(start_routine(thread_arg)); in win32_start_routine() 351 void *(*start_routine)(void *), in qemu_thread_create() 358 data->start_routine = start_routine; in qemu_thread_create()
|
| H A D | qemu-thread-posix.c | 349 void *(*start_routine)(void *); member 357 void *(*start_routine)(void *) = qemu_thread_args->start_routine; in qemu_thread_start() local 393 r = start_routine(arg); in qemu_thread_start() 402 void *(*start_routine)(void*), in qemu_thread_create() 430 qemu_thread_args->start_routine = start_routine; in qemu_thread_create()
|
| H A D | thread-context.c | 37 void *(*start_routine)(void *); member 71 cmd_new->start_routine, cmd_new->arg, in thread_context_run() 336 void *(*start_routine)(void *), void *arg, in type_init() 342 .start_routine = start_routine, in type_init()
|
| /openbmc/qemu/include/qemu/ |
| H A D | thread-context.h | 54 void *(*start_routine)(void *), void *arg,
|
| H A D | thread.h | 208 void *(*start_routine)(void *),
|