Searched refs:clo_max_threads (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_options.h300 extern UInt VG_(clo_max_threads);
H A Dm_options.c130 UInt VG_(clo_max_threads) = MAX_THREADS_DEFAULT; variable
H A Dm_main.c364 - set VG_(clo_max_threads) (--max-threads)
406 // Set up VG_(clo_max_threads); needed for VG_(tl_pre_clo_init)
407 else if VG_INT_CLO(str, "--max-threads", VG_(clo_max_threads)) {}
420 VG_N_THREADS = VG_(clo_max_threads);

Completed in 546 milliseconds