Home
last modified time | relevance | path

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

/qemu/tests/tcg/multiarch/
H A Dsignals.c48 typedef struct ThreadJob ThreadJob; typedef
50 struct ThreadJob { struct
63 ThreadJob *job = (ThreadJob *) arg; in background_thread_func() argument
80 ThreadJob *job = calloc(sizeof(ThreadJob), 1); in spawn_threads()