Home
last modified time | relevance | path

Searched defs:max_threads (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/tcg/multiarch/
H A Dthreadcount.c22 int max_threads = 10; variable
H A Dsignals.c57 static int max_threads = 10; variable
/qemu/include/hw/s390x/
H A Ds390-virtio-ccw.h56 int max_threads; member
/qemu/util/
H A Doslib-posix.c437 int max_threads) in get_memset_num_threads()
472 int max_threads, ThreadContext *tc, bool async, in touch_all_pages()
606 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem()
H A Dthread-pool.c74 int max_threads; member
483 int max_threads) in thread_pool_set_max_threads()
H A Doslib-win32.c267 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem()
/qemu/tcg/
H A Dregion.c425 static size_t tcg_n_regions(size_t tb_size, unsigned max_threads) in tcg_n_regions()
749 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_threads) in tcg_region_init()
H A Dtcg.c1802 static void tcg_context_init(unsigned max_threads) in tcg_context_init()
1857 void tcg_init(size_t tb_size, int splitwx, unsigned max_threads) in tcg_init()
/qemu/accel/tcg/
H A Dtcg-all.c86 unsigned max_threads = 1; in tcg_init_machine() local