Searched defs:max_threads (Results 1 – 9 of 9) sorted by relevance
/qemu/tests/tcg/multiarch/ |
H A D | threadcount.c | 22 int max_threads = 10; variable
|
H A D | signals.c | 57 static int max_threads = 10; variable
|
/qemu/include/hw/s390x/ |
H A D | s390-virtio-ccw.h | 56 int max_threads; member
|
/qemu/util/ |
H A D | oslib-posix.c | 437 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 D | thread-pool.c | 74 int max_threads; member 483 int max_threads) in thread_pool_set_max_threads()
|
H A D | oslib-win32.c | 267 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem()
|
/qemu/tcg/ |
H A D | region.c | 425 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 D | tcg.c | 1802 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 D | tcg-all.c | 86 unsigned max_threads = 1; in tcg_init_machine() local
|