Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dthreadcount.c22 int max_threads = 10; variable
H A Dsignals.c57 static int max_threads = 10; variable
/openbmc/qemu/include/hw/s390x/
H A Ds390-virtio-ccw.h56 int max_threads; member
/openbmc/qemu/util/
H A Doslib-posix.c437 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 Dthread-pool.c74 int max_threads; member
483 int max_threads) in thread_pool_set_max_threads()
H A Doslib-win32.c267 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 Dregion.c425 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 Dtcg.c1803 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 Dtcg-all.c88 unsigned max_threads = 1; tcg_init_machine() local
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py1500 def _PrepareWorkingSpace(self, max_threads, setup_git): argument