Searched refs:start_routine (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 365 void *(*start_routine)(void *); member 407 void *(*start_routine)(void *) = data->start_routine; in win32_start_routine() local 411 qemu_thread_exit(start_routine(thread_arg)); in win32_start_routine() 480 void *(*start_routine)(void *), in qemu_thread_create() 487 data->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()
|
H A D | qemu-thread-posix.c | 497 void *(*start_routine)(void *); member 505 void *(*start_routine)(void *) = qemu_thread_args->start_routine; in qemu_thread_start() local 541 r = start_routine(arg); in qemu_thread_start() 550 void *(*start_routine)(void*), in qemu_thread_create() 578 qemu_thread_args->start_routine = start_routine; in qemu_thread_create()
|
/openbmc/qemu/include/qemu/ |
H A D | thread-context.h | 54 void *(*start_routine)(void *), void *arg,
|
H A D | thread.h | 190 void *(*start_routine)(void *),
|