Searched defs:max_threads (Results 1 – 10 of 10) sorted by relevance
| /openbmc/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
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | s390-virtio-ccw.h | 56 int max_threads; member
|
| /openbmc/qemu/util/ |
| H A D | oslib-posix.c | 437 get_memset_num_threads(size_t hpagesize,size_t numpages,int max_threads) get_memset_num_threads() argument 472 touch_all_pages(char * area,size_t hpagesize,size_t numpages,int max_threads,ThreadContext * tc,bool async,bool use_madv_populate_write) touch_all_pages() argument 606 qemu_prealloc_mem(int fd,char * area,size_t sz,int max_threads,ThreadContext * tc,bool async,Error ** errp) qemu_prealloc_mem() argument
|
| 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 qemu_prealloc_mem(int fd,char * area,size_t sz,int max_threads,ThreadContext * tc,bool async,Error ** errp) qemu_prealloc_mem() argument
|
| /openbmc/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() argument 749 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_threads) in tcg_region_init() argument
|
| H A D | tcg.c | 1803 tcg_context_init(unsigned max_threads) tcg_context_init() argument 1858 tcg_init(size_t tb_size,int splitwx,unsigned max_threads) tcg_init() argument
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-all.c | 88 unsigned max_threads = 1; tcg_init_machine() local
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | builder.py | 1500 def _PrepareWorkingSpace(self, max_threads, setup_git): argument
|